From bc3260331e6dfdb0f5304c9963a57f9d074a2240 Mon Sep 17 00:00:00 2001 From: Marcelo Jorge Vieira Date: Mon, 30 May 2016 11:07:44 -0300 Subject: [PATCH] Fixed typo in README.md Replaced 'miliseconds' with 'milliseconds' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30d94ae..742bb8d 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Here is an example configuration file: ## This is done using a percentile average of 90% of the last sentry requests ## time. If those requests were serviced in 30ms average, then cyclops will ## keep sending requests every 30ms. This setting specify a maximum interval - ## in miliseconds to send requests to sentry. + ## in milliseconds to send requests to sentry. ## Defaults to: 1000 #MAX_DUMP_INTERVAL = 1000