From 66544fed0c0cf2bf536bb52e574193e1b079fc45 Mon Sep 17 00:00:00 2001 From: planetBoy <140164174+Guayaba221@users.noreply.github.com> Date: Fri, 29 Nov 2024 11:51:40 +0100 Subject: [PATCH] Fix grammatical typos in documentation (#287) * Update README.md * Update onebox-test.md --- README.md | 2 +- docs/onebox-test.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cddfda5..bd4501a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ For in-depth technical details about 0G Storage, please read our [Intro to 0G St - If you want to run a node, please refer to the [Running a Node](https://docs.0g.ai/run-a-node/storage-node) guide. - If you want to conduct local testing, please refer to [Onebox Testing](https://github.com/0glabs/0g-storage-node/blob/main/docs/onebox-test.md) guide. -- If you want build a project using 0G storage, please refer to the [0G Storage SDK](https://docs.0g.ai/build-with-0g/storage-sdk) guide. +- If you want to build a project using 0G storage, please refer to the [0G Storage SDK](https://docs.0g.ai/build-with-0g/storage-sdk) guide. ## Support and Additional Resources We want to do everything we can to help you be successful while working on your contribution and projects. Here you'll find various resources and communities that may help you complete a project or contribute to 0G. diff --git a/docs/onebox-test.md b/docs/onebox-test.md index 9c4ad3f..9acbeef 100644 --- a/docs/onebox-test.md +++ b/docs/onebox-test.md @@ -19,7 +19,7 @@ The blockchain node binaries will be compiled or downloaded from github to `test ## Run Tests -Changes to the `tests` folder and run following command to run all tests: +Changes to the `tests` folder and run the following command to run all tests: ``` python test_all.py