mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
DEV: Fix random typos (#22078)
Co-authored-by: Penar Musaraj <pmusaraj@gmail.com>
This commit is contained in:
@ -222,7 +222,7 @@ RSpec.describe ScreenedIpAddress do
|
||||
expect(screened_ip_address.reload.match_count).to eq(0)
|
||||
end
|
||||
|
||||
it "returns false if a more specific recrord matches and action is :do_nothing" do
|
||||
it "returns false if a more specific record matches and action is :do_nothing" do
|
||||
Fabricate(
|
||||
:screened_ip_address,
|
||||
ip_address: "111.234.23.0/24",
|
||||
|
Reference in New Issue
Block a user