From 941b91fef479f19c7bdffac2d03ff31009a99cb7 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Mon, 10 Jan 2022 21:10:36 -0700 Subject: [PATCH] Spelling --- spec/helpers/example.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/helpers/example.cr b/spec/helpers/example.cr index dca1042..34034ec 100644 --- a/spec/helpers/example.cr +++ b/spec/helpers/example.cr @@ -15,7 +15,7 @@ module Spectator::SpecHelpers # Instructs the Crystal compiler to compile the test. # Returns an instance of `JSON::Any`. # This will be the outcome and information about the test. - # Output will be surpressed for the test. + # Output will be suppressed for the test. # If an error occurs while attempting to compile and run the test, an error will be raised. def compile # Create a temporary file containing the test.