Skip to content

Commit de61bbf

Browse files
authored
Merge pull request #47 from ZeevoX/patch-1
Fix typo
2 parents 0ec5e8a + 770625a commit de61bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongoose-os/userguide/rpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ to add support for other channels. `mos` tool provides an easy way to call
4444
device's RPC services over the serial connection or over the network.
4545
Alternatively, RPC services can be invoked programmatically.
4646

47-
That means, you can write a function in C or JavaSciprt,
47+
That means, you can write a function in C or JavaScript,
4848
and call it remotely via multiple protocols. Example:
4949
an RPC service `Sum` that adds two numbers `a` and `b`:
5050

0 commit comments

Comments
 (0)