Skip to content

Commit 0939019

Browse files
authored
Fix RSpec spelling
1 parent 0d82948 commit 0939019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Click here to see how you can add Matestack UI to your existing Rails applicatio
4242
class Pages::MyPage < Matestack::Ui::Page
4343

4444
def prepare
45-
@technologies = ["Rails", "Vue.js", "Trailblazer", "Rspec", "Capybara"]
45+
@technologies = ["Rails", "Vue.js", "Trailblazer", "RSpec", "Capybara"]
4646
end
4747

4848
def response

0 commit comments

Comments
 (0)