From 646efbc6be8539778eb0a06a35b0571199b7ae8b Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Tue, 7 Aug 2018 15:58:11 +0300 Subject: [PATCH] MXS-1736 Fix some typos in MaxScale-Information-Schema.md --- Documentation/Tutorials/MaxScale-Information-Schema.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/Tutorials/MaxScale-Information-Schema.md b/Documentation/Tutorials/MaxScale-Information-Schema.md index 8a5e686f4..ccee2e27f 100644 --- a/Documentation/Tutorials/MaxScale-Information-Schema.md +++ b/Documentation/Tutorials/MaxScale-Information-Schema.md @@ -52,7 +52,7 @@ port=9003 ``` To listen with the HTTP protocol and hence return JSON documents a section -as should below is required. +as shown below is required. ``` [MaxInfo JSON Listener] @@ -294,7 +294,7 @@ mysql> ## Show clients The show clients command reports a row for every client application -connected to MariaDB MaxScale. Like clauses are not available of the show +connected to MariaDB MaxScale. `Like` clauses cannot be used in the show clients command. ``` @@ -427,7 +427,7 @@ mysql> Each row represents a time interval, in 100ms increments, with the counts representing the number of events that were in the event queue for the length of time that row represents and the number of events that were -executing of the time indicated by the row. +executing at the time indicated by the row. # JSON Interface