Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit b79634d

Browse files
committed
Fix typo
1 parent ae1636e commit b79634d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrationTemplates/async.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ exports.migrate = async (db) => {
99
exports.rollback = async (db) => {
1010
db = Object.assign(new Surreal(), db)
1111

12-
// Rollback isntructions
12+
// Rollback instructions
1313
}

0 commit comments

Comments
 (0)