Skip to content

Commit

Permalink
Finished sentence in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
codeape2 committed Mar 22, 2017
1 parent 057d7f4 commit 6a568a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netmockery/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ Inside the ``endpoint.json`` file, ``$parameterName`` references to the value of
</tbody>
</table>

Note that ``statuscode`` and ``delay`` are normally integer properties. But if
Note that ``statuscode`` and ``delay`` are normally integer properties. Surround in quotes inside ``endpoint.json`` if the values should be supplied by run-time adjustable parameter value.

Example ``endpoint.json`` (using the ``params.json`` from above):

Expand All @@ -453,7 +453,7 @@ Inside a script file, the function ``GetParam(parameterName)`` returns the curre

## Adjusting in the web UI

For endpoints that define parameters, the web ui displays the table of values on the endpoint details page, and allows a user to change values, and reset values to the default value.
For endpoints that define parameters, the web ui displays the table of values on the endpoint details page. The user can change values and reset values to the default value.


# Writing tests
Expand Down

0 comments on commit 6a568a1

Please sign in to comment.