We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ec5e8a + 770625a commit de61bbfCopy full SHA for de61bbf
mongoose-os/userguide/rpc.md
@@ -44,7 +44,7 @@ to add support for other channels. `mos` tool provides an easy way to call
44
device's RPC services over the serial connection or over the network.
45
Alternatively, RPC services can be invoked programmatically.
46
47
-That means, you can write a function in C or JavaSciprt,
+That means, you can write a function in C or JavaScript,
48
and call it remotely via multiple protocols. Example:
49
an RPC service `Sum` that adds two numbers `a` and `b`:
50
0 commit comments