From 4931cda900bd7e447cc4fd8149362d5b480a766c Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Tue, 8 Nov 2022 09:25:29 -0800 Subject: [PATCH] Update app/components/primer/beta/progress_bar.rb Co-authored-by: Cameron Dutro --- app/components/primer/beta/progress_bar.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/primer/beta/progress_bar.rb b/app/components/primer/beta/progress_bar.rb index bcff8c6295..3471b574ae 100644 --- a/app/components/primer/beta/progress_bar.rb +++ b/app/components/primer/beta/progress_bar.rb @@ -6,7 +6,7 @@ module Beta class ProgressBar < Primer::Component status :beta - # Use the Item slot to add an item to the progress bas + # Use the Item slot to add an item to the progress bar # # @param percentage [Integer] The percent complete # @param bg [Symbol] The background color