Skip to content

Commit 7e093b3

Browse files
[DOC+] Extra code character (#7917) (#7918)
👋🏼 howdy, team! 👶🏼 PR to remove a stray `\`` character which a user noted in doc feedback. Co-authored-by: Stef Nestor <26751266+stefnestor@users.noreply.github.com>
1 parent dc10f53 commit 7e093b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage/examples.asciidoc

+2-2
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)