From 6b7aaa7294fdc769673b7647f307b7062cc8a00f Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Sun, 20 Oct 2019 22:53:17 -0400 Subject: [PATCH] More minor language tweaks to bookmark documentation Signed-off-by: Isaac Bennetch --- doc/bookmarks.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/bookmarks.rst b/doc/bookmarks.rst index c91ab35806..bd0c7781a2 100644 --- a/doc/bookmarks.rst +++ b/doc/bookmarks.rst @@ -14,8 +14,8 @@ Storing bookmarks Any query that is executed can be marked as a bookmark on the page where the results are displayed. You will find a button labeled :guilabel:`Bookmark this query` just at the end of the page. As soon as you have -stored a bookmark, the query fired is linked to the database. -You can now access a bookmark dropdown on each page, the query box appears on for that database. +stored a bookmark, that query is linked to the database. +You can now access a bookmark dropdown on each page where the query box appears on for that database. Variables inside bookmarks -------------------------- @@ -47,13 +47,13 @@ which will be expanded to in your query, where VARIABLE1 is the string you entered in the Variable 1 input box. -A more complex example, Say you have stored this query: +A more complex example, say you have stored this query: .. code-block:: mysql SELECT Name, Address FROM addresses WHERE 1 /* AND Name LIKE '%[VARIABLE1]%' */ -Say, you now enter "phpMyAdmin" as the variable for the stored query, the full +If you wish to enter "phpMyAdmin" as the variable for the stored query, the full query will be: .. code-block:: mysql -- 2.11.4.GIT