Skip to content

Commit

Permalink
docs(grammatical): correct typos and improve grammar (gnolang#1321)
Browse files Browse the repository at this point in the history
This pull request addresses and corrects several grammatical errors
found throughout the codebase.
The changes include fixing typos, punctuation, and ensuring proper
sentence structure for improved readability and clarity.
No functional changes have been made; this is purely a maintenance
update.

<details><summary>Contributors' checklist...</summary>

- [ ] Added new tests, or not needed, or not feasible
- [ ] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [ ] Updated the official documentation or not needed
- [ ] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [ ] Added references to related issues and PRs
- [ ] Provided any useful hints for running manual tests
- [ ] Added new benchmarks to [generated
graphs](https://gnoland.github.io/benchmarks), if any. More info
[here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
</details>

---------

Co-authored-by: Morgan Bazalgette <[email protected]>
  • Loading branch information
2 people authored and moul committed Nov 14, 2023
1 parent 00f60d9 commit 6c509f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Likewise, if you have an idea on how to improve this guide, go for it as well.

### Environment

The gno repository is primarily based on Golang (Go), and Gnolang (Gno).
The gno repository is primarily based on Golang (Go) and Gnolang (Gno).

The primary tech stack for working on the repository:

Expand Down
2 changes: 1 addition & 1 deletion PHILOSOPHY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Readability is paramount - beautiful is better than fast.
* Minimal code - keep total footprint small.
* Minimal dependencies - all dependencies must get audited, and become part of the repo.
* Modular dependencies - whereever reasonable, make components modular.
* Modular dependencies - wherever reasonable, make components modular.
* Finished - software projects that don't become finished are projects that
are forever vulnerable. One of the primary goals of the Gno language and
related works is to become finished within a reasonable timeframe.
Expand Down

0 comments on commit 6c509f8

Please sign in to comment.