Skip to content

Commit b7bfbae

Browse files
authored
Update index-document.asciidoc (#851)
1 parent cc7a3ae commit b7bfbae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.doc/tab-widgets/index-document.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ client.Index("my_index", bytes.NewReader(data))
1818

1919
// tag::fully-typed[]
2020

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

2323
[source,go]
2424
----
@@ -33,4 +33,4 @@ typedClient.Index("my_index").
3333
Do(context.TODO())
3434
----
3535

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

0 commit comments

Comments
 (0)