Fix successful typo.

This commit is contained in:
Bauke 2024-01-24 17:54:19 +01:00
parent d12895184b
commit b98426a993
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ pub struct PrintStyles {
pub error: Style,
/// The style for skipped hooks output.
pub skipped: Style,
/// The style for succesful hooks output.
/// The style for successful hooks output.
pub success: Style,
/// The style for hooks with warnings.
pub warn: Style,