1
0
Fork 0

Fix Foxx docs

This commit is contained in:
mpv1989 2017-04-11 15:58:54 +02:00
parent 6bcffbb8ee
commit efbc3fe0ac
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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