Skip to content

Typos fix #5873

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

Open
wants to merge 7 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 @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion docs/event-dispatcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion net-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sip/sip-004-materialized-view.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions stacks-signer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 '-'.
Expand Down