Browse Source

[DOCS] Fix typo in percentile rank aggregation docs (#47247)

Ian Danforth 6 years ago
parent
commit
24cf883792

+ 1 - 1
docs/reference/aggregations/metrics/percentile-rank-aggregation.asciidoc

@@ -18,7 +18,7 @@ value.  For example, if a value is greater than or equal to 95% of the observed
 it is said to be at the 95th percentile rank.
 
 Assume your data consists of website load times.  You may have a service agreement that
-95% of page loads completely within 500ms and 99% of page loads complete within 600ms.
+95% of page loads complete within 500ms and 99% of page loads complete within 600ms.
 
 Let's look at a range of percentiles representing load time: