mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
DEV: Fix random typos (#22078)
Co-authored-by: Penar Musaraj <pmusaraj@gmail.com>
This commit is contained in:
@ -85,7 +85,7 @@ RSpec.describe Sitemap do
|
||||
expect(sitemap.topics).to be_empty
|
||||
end
|
||||
|
||||
it "returns all the neccessary topic attributes to render a sitemap URL" do
|
||||
it "returns all the necessary topic attributes to render a sitemap URL" do
|
||||
topic = Fabricate(:topic)
|
||||
|
||||
topics_data = sitemap.topics.first
|
||||
|
Reference in New Issue
Block a user