Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dannnylo committed Oct 12, 2024
1 parent bd5239b commit d821e5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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: {
Expand Down

0 comments on commit d821e5b

Please sign in to comment.