Skip to content

Commit b338bbd

Browse files
authored
Fix typos in Dexie-Cloud tutorial documentation
1 parent 4becdf9 commit b338bbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Tutorial/Dexie-Cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ db.version(1).stores({
4444
});
4545
```
4646

47-
In this example we declar 2 tables: `"items"` and `"animals"`.`"itemId"` is the primary key for `"items"` and `"animalId"` for `"animals"`.
47+
In this example we declare 2 tables: `"items"` and `"animals"`.`"itemId"` is the primary key for `"items"` and `"animalId"` for `"animals"`.
4848

4949
Notice the `@` in `@animalId`. This makes it auto-generated and is totally optional but can be handy since it makes it easier to add new objects to the table.
5050

0 commit comments

Comments
 (0)