浏览代码

[Docs] Spelling fix in painless-getting-started.asciidoc (#28187)

Andrew Banchich 7 年之前
父节点
当前提交
c417427ecd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/painless/painless-getting-started.asciidoc

+ 1 - 1
docs/painless/painless-getting-started.asciidoc

@@ -234,7 +234,7 @@ POST hockey/player/_update_by_query
 ----------------------------------------------------------------
 // CONSOLE
 
-Using the match operator (`==~`) you can update all the hockey players who's
+Using the match operator (`==~`) you can update all the hockey players whose
 names start with a consonant and end with a vowel:
 
 [source,js]