Skip to content

Commit a8d96a1

Browse files
dmeissjavanna
authored andcommitted
Edits to text in Optimistic Concurrency Ctrl doc (#39191)
1 parent 7282330 commit a8d96a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/docs/concurrency-control.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PUT products/_doc/1567
3131
// CONSOLE
3232

3333
You can see the assigned sequence number and primary term in the
34-
the `_seq_no` and `_primary_term` fields of the response:
34+
`_seq_no` and `_primary_term` fields of the response:
3535

3636
[source,js]
3737
--------------------------------------------------
@@ -53,8 +53,8 @@ the `_seq_no` and `_primary_term` fields of the response:
5353
// TESTRESPONSE[s/"_seq_no" : \d+/"_seq_no" : $body._seq_no/ s/"_primary_term" : 2/"_primary_term" : $body._primary_term/]
5454

5555

56-
Elasticsearch keeps tracks of the sequence number and primary of the last
57-
operation to have changed each of the document it stores. The sequence number
56+
Elasticsearch keeps tracks of the sequence number and primary term of the last
57+
operation to have changed each of the documents it stores. The sequence number
5858
and primary term are returned in the `_seq_no` and `_primary_term` fields in
5959
the response of the <<docs-get,GET API>>:
6060

0 commit comments

Comments
 (0)