diff --git a/Documentation/Books/Manual/Foxx/Configuration.mdpp b/Documentation/Books/Manual/Foxx/Configuration.mdpp index 41b02466e8..de2ec5f8af 100644 --- a/Documentation/Books/Manual/Foxx/Configuration.mdpp +++ b/Documentation/Books/Manual/Foxx/Configuration.mdpp @@ -5,7 +5,7 @@ Foxx services can define configuration parameters to make them more re-usable. The `configuration` object maps names to configuration parameters: -* The key is the name under whicht the parameter will be available +* The key is the name under which the parameter will be available on the [service context's](Context.md) `configuration` property. * The value is a parameter definition. diff --git a/Documentation/Books/Manual/Foxx/Dependencies.mdpp b/Documentation/Books/Manual/Foxx/Dependencies.mdpp index a2b864ade3..769f798644 100644 --- a/Documentation/Books/Manual/Foxx/Dependencies.mdpp +++ b/Documentation/Books/Manual/Foxx/Dependencies.mdpp @@ -87,7 +87,7 @@ When a service uses another mounted service as a dependency the dependency's `ma Service A and Service B are mounted in the same database. Service B has a dependency with the local alias `"greeter"`. -The dependency is configured to use the mount path of Service B. +The dependency is configured to use the mount path of Service A. ```js // Entry file of Service A