diff --git a/vignettes/articles/hub-validations-class.Rmd b/vignettes/articles/hub-validations-class.Rmd index c46a9adf..ef074df6 100644 --- a/vignettes/articles/hub-validations-class.Rmd +++ b/vignettes/articles/hub-validations-class.Rmd @@ -48,7 +48,7 @@ Ultimately, both will cause overall validation to fail and the two classes are u ## `hub_validations` print method -`hub_validations` objects have their own print method which displays the result, the file name and message of each check: +`hub_validations` objects have their own print method which displays the result, the check name and message of each check: - `✔` indicates a check was successful (a `` condition class object was returned) - `ⓧ` indicates a check that downstream checks depend on failed causing early return. (a `` condition class object was returned)