Skip to content

Commit

Permalink
Update index-document.asciidoc (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
dam-bal committed May 15, 2024
1 parent cc7a3ae commit b7bfbae
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 b7bfbae

Please sign in to comment.