diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c9d60d7..8ebb997 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,6 +66,6 @@ Only one version number is bumped at a time, the highest version change trumps t Besides publishing a new version to npm, semantic-release also creates a git tag and release on GitHub, generates changelogs from the commit messages and puts them into the release notes. -Before the publish it runs the `npm run build` script which creates a `pkg/` folder with distributions for browsers, node and Typescript definitions. The contents of the `pkg/` folder are published to the npm registry. +Before the publish it runs the `npm run build` script which creates a `pkg/` folder with distributions for browsers, node and TypeScript definitions. The contents of the `pkg/` folder are published to the npm registry. If the pull request looks good but does not follow the commit conventions, use the Squash & merge button. diff --git a/README.md b/README.md index acaac06..bddb89b 100644 --- a/README.md +++ b/README.md @@ -637,7 +637,7 @@ const { data, authentication } = await exchangeDeviceCode({ string - Required. The decive_code from the createDeviceCode() response + Required. The device_code from the createDeviceCode() response