Fix typo.

This commit is contained in:
Olga Maciaszek-Sharma
2025-06-11 11:31:48 +02:00
parent b969e674d6
commit f260d46b4a

View File

@@ -456,7 +456,7 @@ $ curl -X GET http://localhost:9876/api/books
# You will receive contents of the JSON
----
IMPORTANT: If you want use the stubs that you have built locally, on your host,
IMPORTANT: If you want to use the stubs that you have built locally, on your host,
you should set the `-e STUBRUNNER_STUBS_MODE=LOCAL` environment variable and mount
the volume of your local m2 (`-v "$\{HOME}/.m2/:/home/scc/.m2:rw"`).