Skip to content

Commit 0f33b4b

Browse files
committed
chore: fix some typos in comment
Signed-off-by: pinglanlu <pinglanlu@outlook.com>
1 parent e69b4c6 commit 0f33b4b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/pages/build/cli/add-bridge.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ Enter the address and hit enter.
3838
Output if it passes all the checks:
3939

4040
```bash [terminal]
41-
✔ 🌉 Succesfully added bridge contract to AppInbox
41+
✔ 🌉 Successfully added bridge contract to AppInbox
4242
```

docs/pages/build/cli/verify.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ EXAMPLES
2424
$ npx @stackr/cli@latest verify
2525
```
2626

27-
The AppInbox addresss will be read from the `deployment.json` file otherwise error would be thrown.
27+
The AppInbox address will be read from the `deployment.json` file otherwise error would be thrown.
2828

2929
Output if it passes all the checks:
3030
```bash [terminal]

docs/pages/build/framework/state-machine/genesis-state.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Genesis State [The state at which the state machine starts]
22

3-
The genesis state is the initial state of the state machine. This state is serialized and stored as the begininng of the rollup inside the `AppInbox` contract.
3+
The genesis state is the initial state of the state machine. This state is serialized and stored as the beginning of the rollup inside the `AppInbox` contract.
44

55
The genesis state is stored in a `genesis-state.json` file in the root of the project. This file is used to initialize the state machine with the initial state. The CLI also uses this file to register the rollup with the `AppInbox` contract.
66

docs/pages/build/guides/tutorials/counter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ export { stackrConfig };
268268

269269
## Define the Rollup
270270

271-
Once we are done with the state machine, we can define the rollup using the `MicroRollup` class from the SDK which includes all the neccessary components to run the state machine.
271+
Once we are done with the state machine, we can define the rollup using the `MicroRollup` class from the SDK which includes all the necessary components to run the state machine.
272272

273273
The rollup takes 2 parameters:
274274

0 commit comments

Comments
 (0)