From 75e43ab3f2aedd7ebe936d4cdf16b290dc755993 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni <6173598+dpschen@users.noreply.github.com> Date: Fri, 6 Jun 2025 09:57:40 +0200 Subject: [PATCH] docs: fix typos in models services guide --- frontend/docs/models-services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/docs/models-services.md b/frontend/docs/models-services.md index 7cccd412f..d0ac9d53a 100644 --- a/frontend/docs/models-services.md +++ b/frontend/docs/models-services.md @@ -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