docs: fix typos in models services guide

This commit is contained in:
Dominik Pschenitschni
2025-06-06 09:57:40 +02:00
committed by kolaente
parent 06e049927f
commit 75e43ab3f2

View File

@@ -53,7 +53,7 @@ The `constructor` calls its parent constructor and provides the paths to make th
The parent constructor will take these and save them in the service.
All paths are optional. Calling a method which doesn't have a path defined will fail.
The placeholder values in the urls are replaced with the contens of variables with the same name in the
The placeholder values in the urls are replaced with the contents of variables with the same name in the
corresponding model (the one you pass to the functions).
#### Requests