Skip to content

Commit eab5848

Browse files
committed
Fixing typos
1 parent 61f540a commit eab5848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/40-structure-site/3-backend-1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class RentalController extends AbstractController
108108

109109
In the `RentalController.php` we have defined the `index` method which is responsible for fetching all the rentals or filtering them based on the city and availability. We are using the `QueryBuilder` to build the query and fetch the rentals based on the city and availability. We are also using the `elemMatch` to query the availability array and see if the user requested dates are available.
110110

111-
Now we can adjust the needed routes in the `config/routes.yaml file. We will also define future routes for the page to load
111+
Now we can adjust the needed routes in the `config/routes.yaml` file. We will also define future routes for the page to load
112112

113113
## Adjust routing
114114

0 commit comments

Comments
 (0)