lib/rubocop/cop/rspec/factory_bot/syntax_methods.rb in rubocop-rspec-2.11.1 vs lib/rubocop/cop/rspec/factory_bot/syntax_methods.rb in rubocop-rspec-2.12.0
- old
+ new
@@ -5,10 +5,10 @@
module RSpec
module FactoryBot
# Use shorthands from `FactoryBot::Syntax::Methods` in your specs.
#
# @safety
- # The auto-correction is marked as unsafe because the cop
+ # The autocorrection is marked as unsafe because the cop
# cannot verify whether you already include
# `FactoryBot::Syntax::Methods` in your test suite.
#
# If you're using Rails, add the following configuration to
# `spec/support/factory_bot.rb` and be sure to require that file in