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

Typos fix #1170

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 CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributor Covenant Code of Conduct
## Our Pledge
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, 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.
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socioeconomic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
## Our Standards
Examples of behavior that contributes to creating a positive environment include:
- Using welcoming and inclusive language
Expand Down
2 changes: 1 addition & 1 deletion projects/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { BeanstalkSDK } from "@beanstalk/sdk";
const sdk = new BeanstalkSDK(options);
```

SDK contructor options:
SDK constructor options:

```javascript
const options = {
Expand Down
2 changes: 1 addition & 1 deletion projects/ui/src/functions/ebipdata/ebips/ebip-8.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Increment the total Seeds based on the sum of the BDV of each Enrooted Deposit i

When removing an Unripe Deposit from the legacy Silo storage reference, remove the whole legacy Deposit and redeposit any excess in the regular Silo storage reference instead of leaving it in the legacy Deposit storage.

Add the `payable` modifer to the `enrootDeposit(s)` functions.
Add the `payable` modifier to the `enrootDeposit(s)` functions.

All fixes were reviewed by Halborn.

Expand Down
4 changes: 2 additions & 2 deletions projects/ui/src/functions/oldbipdata/bips/bip-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ We propose modifications to Beanstalk so that Beans from harvests and claims tha

We propose the following adjustments to the Beanstalk Weather Changes in the cases when $P > 1$ and $R^{D^*}$ < $R^D$:

- When the demand for Soil is steady, the Weather Change is -1% (previouly 0%).
- When the demand for Soil is increasing, the Weather Change is -3% (previouly 1%).
- When the demand for Soil is steady, the Weather Change is -1% (previously 0%).
- When the demand for Soil is increasing, the Weather Change is -3% (previously 1%).

![](https://i.imgur.com/tVtxAU9.png)

Expand Down