From d821e5b105a85c2c480f9e1724cc7390ed33a63a Mon Sep 17 00:00:00 2001 From: Danilo Jeremias da Silva Date: Sat, 12 Oct 2024 19:18:49 -0300 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a6a267..ef4c882 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Sidekiq::Belt.configure do |config| end ``` -### Add to your web sidekiq a top label by enviroment (sidekiq) +### Add to your web sidekiq a top label by environment (sidekiq) This feature adds a little line on top of Sidekiq web that shows a configurable message. @@ -133,7 +133,7 @@ Sidekiq::Belt.configure do |config| config.top_label = { production: { background_color: 'red', - text: 'Be carefull', + text: 'Be careful', color: 'white' }, development: {