Skip to content

Commit

Permalink
Fix typos (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Jun 2, 2024
1 parent ef3ee1e commit 8d50097
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ staleLabel: needs-review
markComment: >
It looks like there hasn't been any activity here in over 6 months.
Sorry about that! We've flagged this issue for special attention.
It wil be manually reviewed by maintainers, not automatically closed.
It will be manually reviewed by maintainers, not automatically closed.
If you have any additional information please leave us a comment.
It really helps! Thank you for you contribution. :)
# Comment to post when closing a stale issue. Set to `false` to disable
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<img alt="npm version" src="https://img.shields.io/npm/v/emery.svg?style=for-the-badge&labelColor=0869B8">
</a>
<a title="View the project license" href="LICENSE">
<img alt="License SDPX identifer" src="https://img.shields.io/npm/l/emery.svg?style=for-the-badge&labelColor=579805">
<img alt="License SDPX identifier" src="https://img.shields.io/npm/l/emery.svg?style=for-the-badge&labelColor=579805">
</a>
<a title="View emery website" href="https://emery-ts.vercel.app/">
<img alt="Website" src="https://img.shields.io/badge/Website-2F6BFF.svg?style=for-the-badge&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWdsb2JlIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCI+PC9jaXJjbGU+PGxpbmUgeDE9IjIiIHkxPSIxMiIgeDI9IjIyIiB5Mj0iMTIiPjwvbGluZT48cGF0aCBkPSJNMTIgMmExNS4zIDE1LjMgMCAwIDEgNCAxMCAxNS4zIDE1LjMgMCAwIDEtNCAxMCAxNS4zIDE1LjMgMCAwIDEtNC0xMCAxNS4zIDE1LjMgMCAwIDEgNC0xMHoiPjwvcGF0aD48L3N2Zz4=&labelColor=0737ad&locoColor=white&logoWidth=0">
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/docs/guards.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function doThing(x: number | string) {
}
```

## Primitve
## Primitive

Guards for [primitive](https://developer.mozilla.org/en-US/docs/Glossary/Primitive) types.

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/docs/utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Utilities for smoothing over areas of TS that are loosely typed

# {% $markdoc.frontmatter.title %}

Utility functions for overiding TypeScript's default behaviour.
Utility functions for overriding TypeScript's default behaviour.

## Errors

Expand Down

0 comments on commit 8d50097

Please sign in to comment.