[ruby/syntax_suggest] Typofix by misspell

66e1cf0b3e
This commit is contained in:
Hiroshi SHIBATA 2023-12-25 13:07:10 +09:00 committed by git
parent ca886cd253
commit 50b783ccac
6 changed files with 10 additions and 10 deletions

View file

@ -146,7 +146,7 @@ module SyntaxSuggest
EOM
end
it "expand until next boundry (indentation)" do
it "expand until next boundary (indentation)" do
source_string = <<~EOM
describe "what" do
Foo.call
@ -188,7 +188,7 @@ module SyntaxSuggest
EOM
end
it "expand until next boundry (empty lines)" do
it "expand until next boundary (empty lines)" do
source_string = <<~EOM
describe "what" do
end