diff --git a/doc/api/sqlite.md b/doc/api/sqlite.md index f5926d65fc686a..bb77b77f5bdb78 100644 --- a/doc/api/sqlite.md +++ b/doc/api/sqlite.md @@ -436,7 +436,7 @@ added: v22.5.0 Compiles a SQL statement into a [prepared statement][]. This method is a wrapper around [`sqlite3_prepare_v2()`][]. -### `database.createSQLTagStore([maxSize])` +### `database.createTagStore([maxSize])`