[docs] typo fix

This commit is contained in:
Pavel Strashkin 2021-07-12 03:23:16 -04:00 committed by GitHub
parent 2e22783790
commit 5b757372d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -265,7 +265,7 @@ CREATE TABLE customers (
); );
---- ----
The emitted events for `UPDATE` and `DELETE` oeprations contain the previous values of all columns in the table. The emitted events for `UPDATE` and `DELETE` operations contain the previous values of all columns in the table.
// Type: continue // Type: continue
[[vitess-create-events]] [[vitess-create-events]]