Skip to content

Commit 8d50097

Browse files
authored
Fix typos (#51)
1 parent ef3ee1e commit 8d50097

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ staleLabel: needs-review
1414
markComment: >
1515
It looks like there hasn't been any activity here in over 6 months.
1616
Sorry about that! We've flagged this issue for special attention.
17-
It wil be manually reviewed by maintainers, not automatically closed.
17+
It will be manually reviewed by maintainers, not automatically closed.
1818
If you have any additional information please leave us a comment.
1919
It really helps! Thank you for you contribution. :)
2020
# Comment to post when closing a stale issue. Set to `false` to disable

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<img alt="npm version" src="https://img.shields.io/npm/v/emery.svg?style=for-the-badge&labelColor=0869B8">
99
</a>
1010
<a title="View the project license" href="LICENSE">
11-
<img alt="License SDPX identifer" src="https://img.shields.io/npm/l/emery.svg?style=for-the-badge&labelColor=579805">
11+
<img alt="License SDPX identifier" src="https://img.shields.io/npm/l/emery.svg?style=for-the-badge&labelColor=579805">
1212
</a>
1313
<a title="View emery website" href="https://emery-ts.vercel.app/">
1414
<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">

docs/pages/docs/guards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function doThing(x: number | string) {
1919
}
2020
```
2121

22-
## Primitve
22+
## Primitive
2323

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

docs/pages/docs/utils.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Utilities for smoothing over areas of TS that are loosely typed
55

66
# {% $markdoc.frontmatter.title %}
77

8-
Utility functions for overiding TypeScript's default behaviour.
8+
Utility functions for overriding TypeScript's default behaviour.
99

1010
## Errors
1111

0 commit comments

Comments
 (0)