Skip to content

Commit

Permalink
Fix typo in asgi.md example (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmatecki authored Dec 2, 2024
1 parent 90d5d9d commit 1dbc248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/asgi.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ from servestatic import ServeStaticASGI

from my_project import MyASGIApp

application = MyWAGIApp()
application = MyASGIApp()
application = ServeStaticASGI(application, root="/path/to/static/files")
application.add_files("/path/to/more/static/files", prefix="more-files/")
```
Expand Down

0 comments on commit 1dbc248

Please sign in to comment.