Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit e435408

Browse files
lonrepolyfractal
authored andcommitted
Typo fix (#550)
1 parent 7f8db85 commit e435408

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

210_Identifying_words/50_Tidying_text.asciidoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For example:
1515

1616
[source,js]
1717
--------------------------------------------------
18-
GET /_analyzer?tokenizer=standard
18+
GET /_analyze?tokenizer=standard
1919
<p>Some d&eacute;j&agrave; vu <a href="http://somedomain.com>">website</a>
2020
--------------------------------------------------
2121

@@ -34,7 +34,7 @@ in the query string:
3434

3535
[source,js]
3636
--------------------------------------------------
37-
GET /_analyzer?tokenizer=standard&char_filters=html_strip
37+
GET /_analyze?tokenizer=standard&char_filters=html_strip
3838
<p>Some d&eacute;j&agrave; vu <a href="http://somedomain.com>">website</a>
3939
--------------------------------------------------
4040

@@ -62,7 +62,7 @@ Once created, our new `my_html_analyzer` can be tested with the `analyze` API:
6262

6363
[source,js]
6464
--------------------------------------------------
65-
GET /my_index/_analyzer?analyzer=my_html_analyzer
65+
GET /my_index/_analyze?analyzer=my_html_analyzer
6666
<p>Some d&eacute;j&agrave; vu <a href="http://somedomain.com>">website</a>
6767
--------------------------------------------------
6868

0 commit comments

Comments
 (0)