Skip to content

Commit 6f9d37c

Browse files
authored
Fix small typo in api.md (#1324)
"you might except..." => "you might expect".
1 parent d07834f commit 6f9d37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ An object representing a single SQL statement.
421421
- [Statement#bind()](#bindbindparameters---this)
422422
- [Properties](#properties-1)
423423

424-
> NOTE: If you've used the [SQLite C API](https://www.sqlite.org/c3ref), you might except there to be a ["finalize"](https://www.sqlite.org/c3ref/finalize.html) method, but `better-sqlite3` automatically handles this during garbage collection (or when the associated database is closed).
424+
> NOTE: If you've used the [SQLite C API](https://www.sqlite.org/c3ref), you might expect there to be a ["finalize"](https://www.sqlite.org/c3ref/finalize.html) method, but `better-sqlite3` automatically handles this during garbage collection (or when the associated database is closed).
425425
426426
### .run([*...bindParameters*]) -> *object*
427427

0 commit comments

Comments
 (0)