Skip to content

Commit

Permalink
docs: fix typos (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
bananabrann authored Aug 2, 2023
1 parent 47ca37c commit aab7908
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

See the [GitHub Issues](https://github.com/geoffrich/svelte-adapter-azure-swa/issues) list for any open Issue.

General improvements to any aspect of this adapter are welcome, just ensure major work is preceeded by a conversation in a [GitHub Issue](https://github.com/geoffrich/svelte-adapter-azure-swa/issues).
General improvements to any aspect of this adapter are welcome, just ensure major work is preceded by a conversation in a [GitHub Issue](https://github.com/geoffrich/svelte-adapter-azure-swa/issues).

## Package scripts

- `npm run format`: format the code using Prettier
- `npm run format`: check that the code is correctly formated
- `npm run format`: check that the code is correctly formatted
- `npm run test`: run the unit tests using [Vitest](https://vitest.dev/)
- `npm run test:coverage`: check test coverage

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export default {

### esbuildOptions

An object containing additional [esbuild options](https://esbuild.github.io/api/#build-api). Currently only supports [external](https://esbuild.github.io/api/#external). If you require additional options to be exposed, plese [open an issue](https://github.com/geoffrich/svelte-adapter-azure-swa/issues).
An object containing additional [esbuild options](https://esbuild.github.io/api/#build-api). Currently only supports [external](https://esbuild.github.io/api/#external). If you require additional options to be exposed, please [open an issue](https://github.com/geoffrich/svelte-adapter-azure-swa/issues).

```js
import azure from 'svelte-adapter-azure-swa';
Expand Down

0 comments on commit aab7908

Please sign in to comment.