diff --git a/.doc/tab-widgets/index-document.asciidoc b/.doc/tab-widgets/index-document.asciidoc index 76dddab1a3..b36f2a67e6 100644 --- a/.doc/tab-widgets/index-document.asciidoc +++ b/.doc/tab-widgets/index-document.asciidoc @@ -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] ---- @@ -33,4 +33,4 @@ typedClient.Index("my_index"). Do(context.TODO()) ---- -// end::fully-typed[] \ No newline at end of file +// end::fully-typed[]