Skip to content

Commit 36f1516

Browse files
authored
fix: remove redundant "the" (#13)
1 parent 08ca01d commit 36f1516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3.0/tutorial/08-fetching-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,7 @@ is in the `PostSchema` class - e.g. ensuring that a provided `sort` parameter
14071407
is a field that is actually marked as sortable.
14081408

14091409
We can improve the validation to ensure there are some more specific rules,
1410-
e.g. ensuring the the `author` filter only receives integer ids.
1410+
e.g. ensuring the `author` filter only receives integer ids.
14111411

14121412
Run the following command:
14131413

0 commit comments

Comments
 (0)