Skip to content

Commit d4e083b

Browse files
authored
docs: fix typo errors across documentation (#5012)
1 parent e254b48 commit d4e083b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/resources/comparison-of-ways-to-interact-with-gnoland.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ It comes with a GraphQL interface which you can use directly in a web page or fr
4444

4545
| | JSON-RPC | gRPC clients generated by Protobuf | Go code with gnoclient crypto/keys | Gno Native Kit | tm2-js / gno-js | tx-indexer with GraphQL |
4646
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------- | -----------------------------------------| ----------------------------------------------------------------------------------------------------------------------- | ----------------- | ---------------------------------------------------------------------- |
47-
| **App programing language** | Any language with an HTTP library | Go, JavaScript, Java, Swift, C#, more supported by gRPC | Go | Go, JavaScript, Java, Swift, C#, more supported by gRPC | JavaScript | Any language with a WebSocket library |
47+
| **App programming language** | Any language with an HTTP library | Go, JavaScript, Java, Swift, C#, more supported by gRPC | Go | Go, JavaScript, Java, Swift, C#, more supported by gRPC | JavaScript | Any language with a WebSocket library |
4848
| **Platform** | Any constrained platform where you can't use any of the other methods | Any platform that has a Protobuf library | Desktop utilities | Mobile, desktop apps | Browser | Off-chain service apps |
4949
| **Uses core Gno code?** | No | No | Yes | Yes | No | Yes |
50-
| **Requires programming in Protobuf?** | No | No | Yes | Yes | Yes | Yes |
50+
| **Requires programming in Protobuf?** | No | No | Yes | Yes | Yes | Yes |
5151
| **Supports browser applications** | Yes | No | No | No | No | N/A |
5252
| **Recommended for** | Situations where you can't use any of the other methods due to significant constraints. (e.g. a Raspberry Pi querying the blockchain for an account balance) | Apps which can't link to the core Go code | Basic Go apps (like command-line utils) | Robust mobile and desktop apps where devs use gRPC to bypass the complexity of interacting directly with the blockchain | Browser apps | Complex read-only interactions (e.g.: compute the home feed of a dApp) |

docs/users/interact-with-gnokey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ func Hello() string {
143143
We are now ready to upload this package to the chain. To do this, we must set the
144144
correct flags for the `addpkg` subcommand.
145145

146-
The `addpkg` subcommmand uses the following flags and arguments:
146+
The `addpkg` subcommand uses the following flags and arguments:
147147
- `-pkgpath` - on-chain path where your code will be uploaded to
148148
- `-pkgdir` - local path where your is located
149149
- `-broadcast` - enables broadcasting the transaction to the chain

0 commit comments

Comments
 (0)