Skip to content

Commit 7a6353f

Browse files
authored
Fix typo in docs (#398)
1 parent 546ae73 commit 7a6353f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/adding-field-with-default.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Instead of using a generated column, use a trigger.
5555
Instead of:
5656

5757
```sql
58-
ALTER TABLE "core_recipe" ADD COLUMN "foo" integer GENERATED ALWAAYS as ("bar" + "baz") STORED;
58+
ALTER TABLE "core_recipe" ADD COLUMN "foo" integer GENERATED ALWAYS as ("bar" + "baz") STORED;
5959
```
6060

6161
Use:

0 commit comments

Comments
 (0)