Skip to content

Commit 12f3488

Browse files
authored
fix(docs): correct grammar in quick-start and offckb documentation (#728)
1 parent fc8ac09 commit 12f3488

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/getting-started/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ offckb create <your-project-name> -c <your-contract-name>
8888

8989
The `-c` option is optional, if you don't provide it, the contract name will be `hello-world`.
9090

91-
After create the project, you can follow the instructions on build, deploy and test the contract in README.md of the project.
91+
After creating the project, you can follow the instructions for building, deploying, and testing the contract in README.md of the project.
9292

9393
The project includes both `mock` test and `devnet` test. For developing frontend interacting with the blockchain, you can refer to the `devnet` test and see how it works.
9494

website/docs/sdk-and-devtool/offckb.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ offckb create <your-project-name> -c <your-contract-name>
164164

165165
The `-c` option is optional, if you don't provide it, the contract name will be `hello-world`.
166166

167-
After create the project, you can follow the instructions on build, deploy and test the contract in README.md of the project.
167+
After creating the project, you can follow the instructions for building, deploying, and testing the contract in README.md of the project.
168168

169169
The project includes both `mock` test and `devnet` test. For developing frontend interacting with the blockchain, you can refer to the `devnet` test and see how it works.
170170

0 commit comments

Comments
 (0)