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 a few typos #156

Open
wants to merge 1 commit 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 CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pull requests and issues are welcome! For all contributions, please:

## Issues

If you're submitting a bug, please include the enivronment (browser/node) and relevant environment version(s) that you have encountered the bug in.
If you're submitting a bug, please include the environment (browser/node) and relevant environment version(s) that you have encountered the bug in.

## Pull Requests

Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const svgOpts = {

**`pattern.toSVGTree(svgOpts?)`**

Alternate rendering function for SVG. Returns a lightweight node tree structure that can be seralized to a valid SVG string using the `toString()` function. In node environments, this is an alias for
Alternate rendering function for SVG. Returns a lightweight node tree structure that can be serialized to a valid SVG string using the `toString()` function. In node environments, this is an alias for
`pattern.toSVG()`.


Expand Down Expand Up @@ -219,7 +219,7 @@ Decimal value between 0 and 1 (inclusive), defaults to `0.75`. Specify the amoun

**`seed`**

String, defaults to `null`. Seeds the random number generator to create repeatable patterns. When set to null, the RNG will be seeded with random values from the environment. An example usage would be passing in blog post titles as the seed to generate unique but consistient trianglify patterns for every post on a blog site.
String, defaults to `null`. Seeds the random number generator to create repeatable patterns. When set to null, the RNG will be seeded with random values from the environment. An example usage would be passing in blog post titles as the seed to generate unique but consistent trianglify patterns for every post on a blog site.

**`xColors`**

Expand Down