Browse Source

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

Andrew Banchich 7 years ago
parent
commit
c417427ecd
1 changed files with 1 additions and 1 deletions
  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]