Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs fix spelling issues #4268

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ contributors and maintainers in order to ensure that:
We welcome bug reports, feature requests, and other contributions to our project.
To open an issue, please follow these guidelines:

1. **Search existing issues**: Before opening a new issue, please search existing issues to ensure that is not a duplicates.
1. **Search existing issues**: Before opening a new issue, please search existing issues to ensure that is not a duplicate.

2. **Provide a clear and descriptive title**: This helps others understand the nature of the issue at a glance.

Expand All @@ -97,7 +97,7 @@ To open an issue, please follow these guidelines:
- (WHY) The purpose or objective of this issue with Objective-level "O" labels
like `O: security`, `O: new-feature`, etc.
- (WHICH) The part of the system this issue relates to using:
- External-level "E" labels if the issue fall outside the current scope of the system
- External-level "E" labels if the issue falls outside the current scope of the system
and is related to external dependencies or projects like `E: non-cosmos`, `E: no-std` etc.
- or "Internal-level "I" labels for anything related to the current scope of the product
like `I: logic`, `I: documentation`, `I: rpc`, etc.
Expand Down
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
> for the older release candidates in reverse chronological order to update to
> v1.5.0 first and then follow these instructions.

- The `websocket_addr` configuration option has been removed in favour of the new `event_source` setting.
- The `websocket_addr` configuration option has been removed in favor of the new `event_source` setting.

In every chain configuration section, replace the `websocket_addr = 'WS_URL'` setting with:

Expand Down