diff --git a/README.md b/README.md index 9fbe23488..8dea9b25a 100644 --- a/README.md +++ b/README.md @@ -686,7 +686,7 @@ storage.transaction([&] () mutable { // mutable keyword allows make non-cons The second way guarantees that `commit` or `rollback` will be called. You can use either way. -Trancations are useful with `changes` sqlite function that returns number of rows modified. +Transactions are useful with `changes` sqlite function that returns number of rows modified. ```c++ storage.transaction([&] () mutable {