Browse Source

DOC: Fix typo

Costin Leau 6 years ago
parent
commit
d874f1139e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/sql/endpoints/client-apps/squirrel.asciidoc

+ 2 - 2
docs/reference/sql/endpoints/client-apps/squirrel.asciidoc

@@ -35,7 +35,7 @@ image:images/sql/client-apps/squirell-4-driver-list.png[]
 
 ==== Add an alias for {es}
 
-Add a new connection or in SQuirrelL terminology an _alias_ using the *Elasticsearch* driver. To do so, select the *Aliases* panel on the left and click the `+` sign:
+Add a new connection or in SQuirreL terminology an _alias_ using the new driver. To do so, select the *Aliases* panel on the left and click the `+` sign:
 
 image:images/sql/client-apps/squirell-5-add-alias.png[]
 
@@ -47,6 +47,6 @@ The setup is completed. Double check it by clicking on *Test Connection*.
 
 ==== Execute SQL queries
 
-The connection should open automatically (if it has been created before simply click on *Connect* in the *Alias* panel). SQuirrelL SQL can now issue SQL commands to {es}:
+The connection should open automatically (if it has been created before simply click on *Connect* in the *Alias* panel). SQuirreL SQL can now issue SQL commands to {es}:
 
 image:images/sql/client-apps/squirell-7-data.png[]