Skip to content
This repository was archived by the owner on Jun 19, 2023. It is now read-only.

Commit 060f78a

Browse files
tjwebbjeskew
authored andcommitted
fix ensureTableNotExists typo
1 parent 012d431 commit 060f78a

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
@@ -216,7 +216,7 @@ Deletes the table for the mapped class and waits for it to be removed:
216216
await mapper.deleteTable(MyDomainObject)
217217
```
218218

219-
##### `ensureTableNoExists`
219+
##### `ensureTableNotExists`
220220

221221
Like `deleteTable`, but only deletes the table if it exists:
222222

0 commit comments

Comments
 (0)