Skip to content

Commit

Permalink
Merge pull request #2528 from fabiancrx/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
simolus3 authored Jul 21, 2023
2 parents 03d3c83 + ed06182 commit ca67b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/Examples/existing_databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class MyDatabase extends _$MyDatabase {
// ...
```

## Exporting a databasee
## Exporting a database

To export a sqlite3 database into a file, you can use the `VACUUM INTO` statement.
Inside your database class, this could look like the following:
Expand Down

0 comments on commit ca67b8c

Please sign in to comment.