From 3d89185bde44a5b850f54acfa3cf162bd87e1b48 Mon Sep 17 00:00:00 2001 From: amninder singh <45424062+amnindersingh12@users.noreply.github.com> Date: Fri, 30 Sep 2022 18:53:41 +0530 Subject: [PATCH] Minor grammatical changes (#5551) While going through the 7.0-Upgrade file, I noticed a grammatical error, so I used Grammarly and LanguageTool to double-check the content. I made a few minor changes to the 7.0-Upgrade file based on Grammarly's suggestions. --- docs/7.0-Upgrade.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/7.0-Upgrade.md b/docs/7.0-Upgrade.md index 9f4a5d8c..42af8f18 100644 --- a/docs/7.0-Upgrade.md +++ b/docs/7.0-Upgrade.md @@ -8,7 +8,7 @@ Please read these notes carefully. ## Job Metrics Sidekiq 7.0 adds a new "Metrics" tab in the Web UI with high-resolution data on job execution times along with the ability to mark deploy times. -This allows you to monitor job execution times minute by minute and see when a deploy causes a performance regression. +This allows you to monitor job execution times minute by minute and see when a deployment causes a performance regression. See the [Metrics](https://github.com/mperham/sidekiq/wiki/Metrics) wiki page for details. ## Embedding @@ -92,4 +92,4 @@ gem 'sidekiq', '< 7' * Upgrade to 7.x. ```ruby gem 'sidekiq', '< 8' -``` \ No newline at end of file +```