Skip to content

Commit 6a568a1

Browse files
committed
Finished sentence in docs
1 parent 057d7f4 commit 6a568a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netmockery/documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ Inside the ``endpoint.json`` file, ``$parameterName`` references to the value of
428428
</tbody>
429429
</table>
430430

431-
Note that ``statuscode`` and ``delay`` are normally integer properties. But if
431+
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.
432432

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

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

454454
## Adjusting in the web UI
455455

456-
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.
456+
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.
457457

458458

459459
# Writing tests

0 commit comments

Comments
 (0)