Skip to content

Commit 6fcedb1

Browse files
Update examples/auth/README.md
Co-authored-by: Jonathan Healy <[email protected]>
1 parent 6859018 commit 6fcedb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Route dependencies for endpoints can enable through the `STAC_FASTAPI_ROUTE_DEPE
1010
environment variable as a path to a JSON file or a JSON string.
1111

1212
***NOTE: default dependencies***
13-
`*` can be used match all paths. However, if used this must be the only Authentication dependency (multiple can be used through a
13+
`*` can be used to match all paths. However, if used this must be the only Authentication dependency (multiple can be used through a
1414
single merged dependency). Similarly, `*` can be used to match all methods with a route but must also be the only Authentication
1515
dependency for that route.
1616

0 commit comments

Comments
 (0)