DEV: Fix random typos (#22804)

A fresh batch of stashed changes :P
This commit is contained in:
Jarek Radosz
2023-07-26 12:45:35 +02:00
committed by GitHub
parent c43271eb9b
commit d06431ba9b
8 changed files with 10 additions and 10 deletions

View File

@ -372,7 +372,7 @@ RSpec.describe Auth::ManagedAuthenticator do
expect(result.user).to eq(nil)
end
it "does not match if default match_by_username not overriden" do
it "does not match if default match_by_username not overridden" do
SiteSetting.username_change_period = 0
authenticator =
Class