Skip to content

Commit f41ff96

Browse files
docs: fix typo (#8966)
1 parent afcf853 commit f41ff96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/blog/2022-12-01-whats-new-in-svelte-december-2022.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ For all the changes to the Svelte compiler, including unreleased changes, check
4747

4848
**Apps & Sites built with Svelte**
4949

50-
- [Appwrite's new console](https://github.com/appwrite/console) makes its secure backend server for web, mobile & Flutter developers avaiable in the browser
50+
- [Appwrite's new console](https://github.com/appwrite/console) makes its secure backend server for web, mobile & Flutter developers available in the browser
5151
- [RepoMagic](https://www.repomagic.com/) is a search and analytics tool for GitHub
5252
- [Podman Desktop](https://github.com/containers/podman-desktop) is a graphical tool for developing on containers and Kubernetes
5353
- [Ballerine](https://github.com/ballerine-io/ballerine) is a Know Your Customer (KYC) UX for any vertical or geography using modular building blocks, components, and 3rd party integrations

documentation/docs/05-misc/03-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To use TypeScript within Svelte components, you need to add a preprocessor that
1010

1111
### Using SvelteKit or Vite
1212

13-
The easiest way to get started is scaffolding a new SvelteKit project by typing `npm create svelte@latest`, following the prompts and chosing the TypeScript option.
13+
The easiest way to get started is scaffolding a new SvelteKit project by typing `npm create svelte@latest`, following the prompts and choosing the TypeScript option.
1414

1515
```ts
1616
/// file: svelte.config.js

0 commit comments

Comments
 (0)