diff --git a/.github/stale.yml b/.github/stale.yml index 41de9a0..823ae55 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -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 diff --git a/README.md b/README.md index 1d768ea..0057237 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ npm version - License SDPX identifer + License SDPX identifier Website diff --git a/docs/pages/docs/guards.md b/docs/pages/docs/guards.md index 737081a..8d211e3 100644 --- a/docs/pages/docs/guards.md +++ b/docs/pages/docs/guards.md @@ -19,7 +19,7 @@ function doThing(x: number | string) { } ``` -## Primitve +## Primitive Guards for [primitive](https://developer.mozilla.org/en-US/docs/Glossary/Primitive) types. diff --git a/docs/pages/docs/utils.md b/docs/pages/docs/utils.md index 41474fb..ba954b0 100644 --- a/docs/pages/docs/utils.md +++ b/docs/pages/docs/utils.md @@ -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