Skip to content

Commit 2f1f733

Browse files
authored
Merge pull request #154 from Gilbishkosma/doc-150-updating-database-to-databases-in-step3-tutorial
using databases instead of database for the variable name
2 parents 2dd61be + e067fa9 commit 2f1f733

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ client
5353
.setProject("<YOUR_PROJECT_ID>"); // Replace with your project ID
5454

5555
export const account = new Account(client);
56-
export const database = new Databases(client);
56+
export const databases = new Databases(client);
5757
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ client
5252
.setProject("<YOUR_PROJECT_ID>"); // Replace with your project ID
5353

5454
export const account = new Account(client);
55-
export const database = new Databases(client);
55+
export const databases = new Databases(client);
5656
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ client
5252
.setProject("<YOUR_PROJECT_ID>"); // Replace with your project ID
5353

5454
export const account = new Account(client);
55-
export const database = new Databases(client);
55+
export const databases = new Databases(client);
5656
```

0 commit comments

Comments
 (0)