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.
This commit is contained in:
amninder singh 2022-09-30 18:53:41 +05:30 committed by GitHub
parent 26fed38a32
commit 3d89185bde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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'
```
```