diff --git a/source/features/6-0/rspec-rails/mailer-specs/index.html.md b/source/features/6-0/rspec-rails/mailer-specs/index.html.md index 0f58d7177..e5c0657f2 100644 --- a/source/features/6-0/rspec-rails/mailer-specs/index.html.md +++ b/source/features/6-0/rspec-rails/mailer-specs/index.html.md @@ -2,7 +2,7 @@ layout: "feature_index" --- -# Mailer sepcs +# Mailer specs By default Mailer specs reside in the `spec/mailers` folder. Adding the metadata `type: :mailer` to any context makes its examples be treated as mailer specs. diff --git a/source/features/6-1/rspec-rails/mailer-specs/index.html.md b/source/features/6-1/rspec-rails/mailer-specs/index.html.md index 2ad8eed6e..73011366c 100644 --- a/source/features/6-1/rspec-rails/mailer-specs/index.html.md +++ b/source/features/6-1/rspec-rails/mailer-specs/index.html.md @@ -2,7 +2,7 @@ layout: "feature_index" --- -# Mailer sepcs +# Mailer specs By default Mailer specs reside in the `spec/mailers` folder. Adding the metadata `type: :mailer` to any context makes its examples be treated as mailer specs.