Browse Source

Spelling

Corrected spelling.
evanfreed 9 years ago
parent
commit
7ed30a9c00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/aggregations/pipeline/movavg-aggregation.asciidoc

+ 1 - 1
docs/reference/aggregations/pipeline/movavg-aggregation.asciidoc

@@ -351,7 +351,7 @@ you can disable this behavior with `pad: false`
 All the moving average model support a "prediction" mode, which will attempt to extrapolate into the future given the
 current smoothed, moving average.  Depending on the model and parameter, these predictions may or may not be accurate.
 
-Predictions are enabled by adding a `predict` parameter to any moving average aggregation, specifying the nubmer of
+Predictions are enabled by adding a `predict` parameter to any moving average aggregation, specifying the number of
 predictions you would like appended to the end of the series.  These predictions will be spaced out at the same interval
 as your buckets: