We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b81bcc commit 948e144Copy full SHA for 948e144
1 file changed
README.md
@@ -139,7 +139,7 @@ PRAGMAs
139
### PRAGMA rekey
140
- it's wrapper around [sqlite3_rekey_v2](#sqlite3_rekey-sqlite3_rekey_v2)
141
- example usage: `PRAGMA rekey='passphrase';`
142
-- example of decrpyting: `PRAGMA rekey='';`
+- example of decrypting: `PRAGMA rekey='';`
143
144
Tutorials
145
----------
@@ -170,7 +170,7 @@ use as usual
170
```c
171
open // <-- db is fully encrypted
172
key // <-- db is still fully encrypted
173
-rekey with null // <-- db is now fully decrpyted to plain text
+rekey with null // <-- db is now fully decrypted to plain text
174
use as usual
175
```
176
0 commit comments