Skip to content

Commit d554785

Browse files
authored
Fix spelling
1 parent 9c73a79 commit d554785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following features are supported:
2222
- ForeignKey constraint (1-n relationships, support for 'Cascade on delete')
2323
- Not Null constraint
2424
- Auto increment (An int PrimaryKey will automatically be incremented and you can explicit set the "AUTOINCREMENT" constraint to a PrimaryKey using the Autoincrement-Attribute)
25-
- Index (Decorate columns with the `Index` attribute. Indices are automatically created for foreign keys by default. To prevent this you can remove the convetion `ForeignKeyIndexConvention`)
25+
- Index (Decorate columns with the `Index` attribute. Indices are automatically created for foreign keys by default. To prevent this you can remove the convention `ForeignKeyIndexConvention`)
2626
- Unique constraint (Decorate columns with the `UniqueAttribute`, which is part of this library)
2727
- Collate constraint (Decorate columns with the `CollateAttribute`, which is part of this library)
2828

0 commit comments

Comments
 (0)