Skip to content

Commit b73cb82

Browse files
author
Vincent (Wen Yu) Ge
authored
Merge pull request #442 from aalaap/docs-441-replace-svelte-with-react-in-tutorial
[441] Documentation: Replace 'Svelte' with 'React' in React tutorial
2 parents 6231a5c + a5146f9 commit b73cb82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/docs/tutorials/react/step-3/+page.markdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can skip optional steps.
3131

3232
# Initialize Appwrite SDK {% #init-sdk %}
3333

34-
To use Appwrite in our Svelte app, we'll need to find our project ID. Find your project's ID in the **Settings** page.
34+
To use Appwrite in our React app, we'll need to find our project ID. Find your project's ID in the **Settings** page.
3535

3636
{% only_dark %}
3737
![Project settings screen](/images/docs/quick-starts/dark/project-id.png)
@@ -54,4 +54,4 @@ client
5454

5555
export const account = new Account(client);
5656
export const databases = new Databases(client);
57-
```
57+
```

0 commit comments

Comments
 (0)