Fix list format and minor wording fix.

This commit is contained in:
Rand McKinney 2013-12-06 10:18:31 -08:00
parent 14a6834f13
commit 52026fc55c
1 changed files with 4 additions and 5 deletions

View File

@ -109,9 +109,8 @@ that looks like this:
}
```
If you don't specify a mapping, LoopBack will look up the value
using the following algorithm (assuming `name` as the name of the input
parameter to resolve):
If you don't specify a mapping, LoopBack will determine the value
as follows (assuming `name` as the name of the input parameter to resolve):
1. If there is a HTTP request parameter `args` with a JSON content,
then the value of `args['name']` is used if it is defined.