Skip to content

Commit d448419

Browse files
committed
spelling: when
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 7bba458 commit d448419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TerminalProgress/ProgressConfig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public struct ProgressConfig: Sendable {
2727
/// The initial items name (e.g., "files").
2828
let initialItemsName: String
2929
/// A flag indicating whether to show a spinner (e.g., "⠋").
30-
/// The spinner is hidden when when a progress bar is shown.
30+
/// The spinner is hidden when a progress bar is shown.
3131
public let showSpinner: Bool
3232
/// A flag indicating whether to show tasks and total tasks (e.g., "[1]" or "[1/3]").
3333
public let showTasks: Bool

0 commit comments

Comments
 (0)