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 #1021

Open
wants to merge 4 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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ experimental flag to disable parallel processing `--Xmetadata-files-parallel-pro

### Bugs Fixed
- Update of Azure libraries (transitive via signers library) and manual override to fix CVE-2023-1370
- Fix issue with some third party libraries not including logs in the web3signer logs due missing slf4j2 library
- Fix issue with some third party libraries not including logs in the web3signer logs due to missing slf4j2 library

---
## 23.3.0
Expand Down
2 changes: 1 addition & 1 deletion CODING-CONVENTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This document contains guidelines (some stricter than others) so we can be consi

The guidelines are intended to facilitate working together not to facilitate reviews that criticize without adding value.

Some guidelines are personal opinion. The idea being we make a decision once, document it, and apply it for consistency. Again, we can then spend more time on the interesting issues and less time discussing coding conventions :-)
Some guidelines are personal opinion. The idea is that we make a decision once, document it, and apply it for consistency. Again, we can then spend more time on the interesting issues and less time discussing coding conventions :-)

# 2 General Design Philosophy

Expand Down
2 changes: 1 addition & 1 deletion COMMUNITY_MEMBERSHIP.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ issues and PRs assigned to them.

## Approver

Code approvers are members that have signed an ICLA and have been granted
Code approvers are members who have signed an ICLA and have been granted
additional commit privileges. While members are expected to provided code
reviews that focus on code quality and correctness, approval is focused on
holistic acceptance of a contribution including: backwards / forwards
Expand Down
Loading