From 5b757372d82f79d314f0392b516cf63245fc72a9 Mon Sep 17 00:00:00 2001 From: Pavel Strashkin Date: Mon, 12 Jul 2021 03:23:16 -0400 Subject: [PATCH] [docs] typo fix --- documentation/modules/ROOT/pages/connectors/vitess.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/modules/ROOT/pages/connectors/vitess.adoc b/documentation/modules/ROOT/pages/connectors/vitess.adoc index 8aa5311ee..79752e344 100644 --- a/documentation/modules/ROOT/pages/connectors/vitess.adoc +++ b/documentation/modules/ROOT/pages/connectors/vitess.adoc @@ -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 [[vitess-create-events]]