diff --git a/docs/tutorials/add-route.md b/docs/tutorials/add-route.md index e18d186fd3..d96f20367e 100644 --- a/docs/tutorials/add-route.md +++ b/docs/tutorials/add-route.md @@ -137,7 +137,7 @@ App::get('/v1/account/logs') ### 6. inject -inject is used to inject dependencies pre bounded to the app. +inject is used to inject dependencies pre-bounded to the app. ```php App::post('/v1/storage/buckets/:bucketId/files')