From 5455ed1047a6ee4021860b8846b420bc7cdfd328 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Tue, 24 Apr 2018 17:38:34 +0200 Subject: [PATCH] docs: fix a small typo (#3183) Signed-off-by: Simon Pasquier --- docs/root/operations/admin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/root/operations/admin.rst b/docs/root/operations/admin.rst index 43c10553263e..fbe401729aa6 100644 --- a/docs/root/operations/admin.rst +++ b/docs/root/operations/admin.rst @@ -183,7 +183,7 @@ The fields are: Outputs all statistics on demand. This command is very useful for local debugging. Histograms will output the computed quantiles i.e P0,P25,P50,P75,P90,P99,P99.9 and P100. - The output for each quantile will be in the form of (inteval,cumulative) where interval value + The output for each quantile will be in the form of (interval,cumulative) where interval value represents the summary since last flush interval and cumulative value represents the summary since the start of envoy instance. See :ref:`here ` for more information.