DEV: Correct typos and spelling mistakes (#12812)

Over the years we accrued many spelling mistakes in the code base. 

This PR attempts to fix spelling mistakes and typos in all areas of the code that are extremely safe to change 

- comments
- test descriptions
- other low risk areas
This commit is contained in:
Josh Soref
2021-05-20 21:43:47 -04:00
committed by GitHub
parent 6421fabb02
commit 59097b207f
207 changed files with 315 additions and 315 deletions

View File

@ -109,7 +109,7 @@ RSpec.describe BookmarkManager do
end
end
context "when the post is inaccessable for the user" do
context "when the post is inaccessible for the user" do
before do
post.trash!
end
@ -118,7 +118,7 @@ RSpec.describe BookmarkManager do
end
end
context "when the topic is inaccessable for the user" do
context "when the topic is inaccessible for the user" do
before do
post.topic.update(category: Fabricate(:private_category, group: Fabricate(:group)))
end
@ -182,7 +182,7 @@ RSpec.describe BookmarkManager do
)
end
it "saves the time and new reminder type and new name sucessfully" do
it "saves the time and new reminder type and new name successfully" do
update_bookmark
bookmark.reload
expect(bookmark.name).to eq(new_name)