Browse Source

[DOCS] Fix subject-verb agreement typo (#80774) (#80783)

Co-authored-by: Chris Keele <christopher.l.keele@gmail.com>
James Rodewig 3 years ago
parent
commit
2c8840ee95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/transform/examples.asciidoc

+ 1 - 1
docs/reference/transform/examples.asciidoc

@@ -204,7 +204,7 @@ for any of the featured destination or origin airports.
 == Finding suspicious client IPs
 
 This example uses the web log sample data set to identify suspicious client IPs. 
-It transform the data such that the new index contains the sum of bytes and the 
+It transforms the data such that the new index contains the sum of bytes and the 
 number of distinct URLs, agents, incoming requests by location, and geographic 
 destinations for each client IP. It also uses filter aggregations to count the 
 specific types of HTTP responses that each client IP receives. Ultimately, the