diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 077b6b88c21..f334e5e47b5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,4 +15,4 @@ Please provide before/after screenshots for any visual changes - [ ] Tested in Edge -Take a look at the [What we look for in reviews](https://github.com/primer/components/blob/master/CONTRIBUTING.md#what-we-look-for-in-reviews) section of the contibuting guidelines for more infomation on how we review PRs. +Take a look at the [What we look for in reviews](https://github.com/primer/components/blob/master/CONTRIBUTING.md#what-we-look-for-in-reviews) section of the contributing guidelines for more information on how we review PRs. diff --git a/docs/content/getting-started.md b/docs/content/getting-started.md index 34fecbe1e7a..3a797d99ba5 100644 --- a/docs/content/getting-started.md +++ b/docs/content/getting-started.md @@ -14,7 +14,7 @@ Import them individually from the main bundle: import {Box, Flex} from '@primer/components' ``` -or, if you've configured your application to tree-shake with webpack, you can import them indivdually from the `src` folder: +or, if you've configured your application to tree-shake with webpack, you can import them individually from the `src` folder: ``` import Box from '@primer/components/src/Box' diff --git a/yarn.lock b/yarn.lock index b5d6b78ba49..1b07f2339c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2631,9 +2631,9 @@ acorn-walk@^6.0.1: integrity sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA== acorn@^6.0.1, acorn@^6.1.1, acorn@^6.2.1: - version "6.4.0" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.0.tgz#b659d2ffbafa24baf5db1cdbb2c94a983ecd2784" - integrity sha512-gac8OEcQ2Li1dxIEWGZzsp2BitJxwkwcOm0zHAJLcPJaVvm58FRnk6RkuLRpU1EujipU2ZFODv2P9DLMfnV8mw== + version "6.4.1" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474" + integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA== acorn@^7.1.0: version "7.1.0"