Skip to content

Commit fe2a619

Browse files
authored
Add missing comma to tables.md (#1244)
1 parent a011543 commit fe2a619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/database/tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ field in the record.
88

99
## Creating a Table
1010

11-
To create a table make a class that inherits from `rx.Model`.
11+
To create a table, make a class that inherits from `rx.Model`.
1212

1313
The following example shows how to create a table called `User`.
1414

0 commit comments

Comments
 (0)