DOC: Fix typos (#517)

This commit is contained in:
Nikolai Korolev
2023-05-21 15:06:29 +01:00
committed by GitHub
parent 9d9f6b4dcd
commit 7cbde69da8
9 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ in order to make writing scripts easier, or even use typescript.
To make use of this Remote API through the official server, look here: https://github.com/bitburner-official/typescript-template.
If you want to make your own server, see below for API details.
This API uses the JSON RCP 2.0 protocol. Inputs are in the following form:
This API uses the JSON RPC 2.0 protocol. Inputs are in the following form:
.. code-block:: javascript