Skip to content

Commit 3ccf8de

Browse files
vasil9vkriszyp
authored andcommitted
fix minor typo: remove extra word
1 parent 6803bfe commit 3ccf8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developers/applications/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Now we tell Harper to run this as an application:
9999
> harperdb dev . # tell Harper cli to run current directory as an application in dev mode
100100
```
101101

102-
Harper will now create the `Dog` table and its `id` attribute we just defined. Not only is this an easy way to get create a table, but this schema is included in our application, which will ensure that this table exists wherever we deploy this application (to any Harper instance).
102+
Harper will now create the `Dog` table and its `id` attribute we just defined. Not only is this an easy way to create a table, but this schema is included in our application, which will ensure that this table exists wherever we deploy this application (to any Harper instance).
103103

104104
## Adding Attributes to our Table
105105

0 commit comments

Comments
 (0)