diff --git a/CHANGELOG.md b/CHANGELOG.md index 06deee5cb4..ab10dfe1a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -859,7 +859,7 @@ to reset their chain states. - `clarity-cli` will now also print a serialized version of the resulting output from `eval` and `execute` commands. This serialization is in - hexademical string format and supports integration with other tools. (#2684) + hexadecimal string format and supports integration with other tools. (#2684) - The creation of a Bitcoin wallet with BTC version `> 0.19` is now supported on a private testnet. (#2647) - `lcov`-compatible coverage reporting has been added to `clarity-cli` for diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 81f2ed3cc0..677b3a3d6c 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -2,7 +2,7 @@ ## Our Pledge -We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation. +We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socioeconomic status, nationality, personal appearance, race, religion, or sexual identity and orientation. We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community. diff --git a/SECURITY.md b/SECURITY.md index d3d4ada23d..10f66c47c3 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -16,7 +16,7 @@ Learn more here: [https://bounty.stacks.org](https://bounty.stacks.org) Please visit [https://stacks.org/security](https://stacks.org/security) for the most up-to-date information on our security policy. -You may also contact us with any questions or to report a vulnerabilty using the following key(s): +You may also contact us with any questions or to report a vulnerability using the following key(s): | Name | Fingerprint | diff --git a/docs/event-dispatcher.md b/docs/event-dispatcher.md index da11740922..c303067ed5 100644 --- a/docs/event-dispatcher.md +++ b/docs/event-dispatcher.md @@ -258,7 +258,7 @@ Example: ### `POST /new_microblocks` -This payload includes data related to one or more microblocks that are either emmitted by the +This payload includes data related to one or more microblocks that are either emitted by the node itself, or received through the network. Example: diff --git a/net-test/README.md b/net-test/README.md index b31bff22bb..bec25ae293 100644 --- a/net-test/README.md +++ b/net-test/README.md @@ -4,7 +4,7 @@ A rudimentary set of tools for testing multiple Stacks nodes at once, locally. Relevant files: * `bin/start.sh` -- start up a master node, a miner node, or a follower node, as - well as ancilliary processes. + well as ancillary processes. * `bin/faucet.sh` -- a rudimentary Bitcoin faucet. * `bin/txload.sh` -- a rudimentary Stacks transaction generator and load-tester. * `etc/*.in` -- templates that `bin/start.sh` uses to create configuration diff --git a/sip/sip-004-materialized-view.md b/sip/sip-004-materialized-view.md index def065a175..f403c80468 100644 --- a/sip/sip-004-materialized-view.md +++ b/sip/sip-004-materialized-view.md @@ -1,4 +1,4 @@ -# SIP-004 Cryptographic Committment to Materialized Views +# SIP-004 Cryptographic Commitment to Materialized Views This document formerly contained SIP-004 before the Stacks 2.0 mainnet launched. diff --git a/stacks-signer/README.md b/stacks-signer/README.md index 6e9e0be760..0c93e175f1 100644 --- a/stacks-signer/README.md +++ b/stacks-signer/README.md @@ -72,7 +72,7 @@ Generate a signature for stacking. - `--config`: The path to the signer configuration file. - `--pox-address`: The BTC address used to receive rewards - `--reward-cycle`: The reward cycle during which this signature is used -- `--method`: Stacking metod that can be used +- `--method`: Stacking method that can be used - `--period`: Number of cycles used as a lock period. Use `1` for stack-aggregation-commit method - `--max-amount`: The max amount of uSTX that can be used in this unique transaction - `--auth-id`: A unique identifier to prevent re-using this authorization @@ -146,7 +146,7 @@ Upload a chunk to the StackerDB instance. ``` - `--host`: The stacks node host to connect to. - `--contract`: The contract ID of the StackerDB instance. -- `--private_key`: The Stacks private key to use in hexademical format. +- `--private_key`: The Stacks private key to use in hexadecimal format. - `--slot-id`: The slot ID to get. - `--slot-version`: The slot version to get. - `--data`: The data to upload. If you wish to pipe data using STDIN, use with '-'.