Skip to content

Commit

Permalink
Fixed several typos in analyzers section (elastic#28247)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepybee authored and DaveCTurner committed Jan 18, 2018
1 parent 77dcaab commit 48c8098
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/analysis/analyzers/lang-analyzer.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ The `basque` analyzer could be reimplemented as a `custom` analyzer as follows:

[source,js]
----------------------------------------------------
PUT /armenian_example
PUT /basque_example
{
"settings": {
"analysis": {
Expand Down Expand Up @@ -536,7 +536,7 @@ The `dutch` analyzer could be reimplemented as a `custom` analyzer as follows:

[source,js]
----------------------------------------------------
PUT /detch_example
PUT /dutch_example
{
"settings": {
"analysis": {
Expand Down Expand Up @@ -1554,7 +1554,7 @@ The `swedish` analyzer could be reimplemented as a `custom` analyzer as follows:

[source,js]
----------------------------------------------------
PUT /swidish_example
PUT /swedish_example
{
"settings": {
"analysis": {
Expand Down

0 comments on commit 48c8098

Please sign in to comment.