Skip to content

Commit

Permalink
Merge branch 'main' into elasticsearch-testcontainers-go-internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Anaethelion committed May 16, 2024
2 parents b85c717 + ded7e68 commit fb24d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .doc/tab-widgets/index-document.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ client.Index("my_index", bytes.NewReader(data))

// tag::fully-typed[]

This is a simple way of indexing a documen by using the fully-typed API:
This is a simple way of indexing a document by using the fully-typed API:

[source,go]
----
Expand All @@ -33,4 +33,4 @@ typedClient.Index("my_index").
Do(context.TODO())
----

// end::fully-typed[]
// end::fully-typed[]

0 comments on commit fb24d09

Please sign in to comment.