DEV: Fix random typos (#24756)

This commit is contained in:
Jarek Radosz
2023-12-06 22:25:26 +01:00
committed by GitHub
parent 6eb1cadb73
commit 8623631a06
6 changed files with 9 additions and 9 deletions

View File

@ -871,7 +871,7 @@ RSpec.describe Guardian do
expect(Guardian.new(admin).can_receive_post_notifications?(post)).to be_truthy
end
it "diallows secure categories with no access" do
it "disallows secure categories with no access" do
secure_category = Fabricate(:category, read_restricted: true)
post.topic.update!(category_id: secure_category.id)