Skip to content

Commit ca2befa

Browse files
committed
Typo
1 parent 44a7750 commit ca2befa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Instructions/Labs/02-filter-sort.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ This section contains suggested solutions for the challenge queries.
296296
```
297297
SELECT DISTINCT City, StateProvince
298298
FROM SalesLT.Address
299-
ORDFER BY City
299+
ORDER BY City
300300
```
301301
302302
2. Retrieve the heaviest products:

0 commit comments

Comments
 (0)