mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 09:57:25 +08:00
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:
@ -149,7 +149,7 @@ describe HtmlToMarkdown do
|
||||
expect(html_to_markdown(%Q{<img src="foo.bar">})).to eq("")
|
||||
end
|
||||
|
||||
it "keeps <img> with src='cid:' whith 'keep_cid_imgs'" do
|
||||
it "keeps <img> with src='cid:' with 'keep_cid_imgs'" do
|
||||
expect(html_to_markdown(HTML_WITH_CID_IMG, keep_cid_imgs: true)).to eq(HTML_WITH_CID_IMG)
|
||||
end
|
||||
|
||||
@ -391,7 +391,7 @@ describe HtmlToMarkdown do
|
||||
|
||||
end
|
||||
|
||||
it "supoorts <table>" do
|
||||
it "supports <table>" do
|
||||
html = <<~HTML
|
||||
<table>
|
||||
<thead>
|
||||
|
Reference in New Issue
Block a user