Skip to content

Commit aab7908

Browse files
authored
docs: fix typos (#151)
1 parent 47ca37c commit aab7908

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

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

12-
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).
12+
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).
1313

1414
## Package scripts
1515

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export default {
196196

197197
### esbuildOptions
198198

199-
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).
199+
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).
200200

201201
```js
202202
import azure from 'svelte-adapter-azure-swa';

0 commit comments

Comments
 (0)