Skip to content

Commit

Permalink
Fix typos in doc (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
keul authored Sep 8, 2023
1 parent 8b696bd commit ded2283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stac_fastapi/api/stac_fastapi/api/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class CORSMiddleware(_CORSMiddleware):
"""Subclass of Starlette's standard CORS middleware with default values set to those
reccomended by the STAC API spec.
recommended by the STAC API spec.
https://github.com/radiantearth/stac-api-spec/blob/914cf8108302e2ec734340080a45aaae4859bb63/implementation.md#cors
"""
Expand Down

0 comments on commit ded2283

Please sign in to comment.