Skip to content

Commit 83bd256

Browse files
vasil9vkriszyp
authored andcommitted
fix minor typo: remove extra word
1 parent aa30133 commit 83bd256

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 HarperDB to run this as an application:
9999
> harperdb dev . # tell HarperDB cli to run current directory as an application in dev mode
100100
```
101101

102-
HarperDB 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 HarperDB instance).
102+
HarperDB 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 HarperDB instance).
103103

104104
## Adding Attributes to our Table
105105

0 commit comments

Comments
 (0)