Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
angryziber committed Nov 26, 2024
1 parent 08c2f7f commit f1d59b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Then, you can register this class in the /api context:
```

This will add all annotated methods from `TodoRoutes` to the context as route handlers.
In some frameworks, this can is called "Controller" or "Resource". You free to use any name in Klite.
In some frameworks, this can is called "Controller" or "Resource". You are free to use any name in Klite.

## Dependency injection

Expand Down

0 comments on commit f1d59b9

Please sign in to comment.