Fix successful typo.
This commit is contained in:
parent
d12895184b
commit
b98426a993
|
@ -23,7 +23,7 @@ pub struct PrintStyles {
|
||||||
pub error: Style,
|
pub error: Style,
|
||||||
/// The style for skipped hooks output.
|
/// The style for skipped hooks output.
|
||||||
pub skipped: Style,
|
pub skipped: Style,
|
||||||
/// The style for succesful hooks output.
|
/// The style for successful hooks output.
|
||||||
pub success: Style,
|
pub success: Style,
|
||||||
/// The style for hooks with warnings.
|
/// The style for hooks with warnings.
|
||||||
pub warn: Style,
|
pub warn: Style,
|
||||||
|
|
Loading…
Reference in New Issue