Skip to content

Commit 9b47a6f

Browse files
stefnestorgithub-actions[bot]
authored andcommitted
[DOC+] Extra code character (#7917)
👋🏼 howdy, team! 👶🏼 PR to remove a stray `\`` character which a user noted in doc feedback.
1 parent b760ba3 commit 9b47a6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage/examples.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ include::{doc-tests-src}/Usage/CrudExamplesTests.cs[tag=search-tweet-fluent]
7777
<1> The generic type argument specifies the `Tweet` class, which is used when
7878
deserialising the hits from the response.
7979
<2> The index can be omitted if a `DefaultIndex` has been configured on
80-
`ElasticsearchClientSettings``, or a specific index was configured when mapping
80+
`ElasticsearchClientSettings`, or a specific index was configured when mapping
8181
this type.
8282
<3> Execute a term query against the `user` field, searching for tweets authored
8383
by the user 'stevejgordon'.
@@ -119,4 +119,4 @@ Documents can be deleted by providing the ID of the document to remove.
119119
[source,csharp]
120120
----
121121
include::{doc-tests-src}/Usage/CrudExamplesTests.cs[tag=delete-tweet]
122-
----
122+
----

0 commit comments

Comments
 (0)