mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 11:44:02 +00:00
Fix various typos
Fixes user-facing and non-user-facing typos Found via `codespell -S "./vendor" -L ontext,rememberable,ridiculus,varius`
This commit is contained in:
parent
688a8e3561
commit
7d9739349b
20 changed files with 25 additions and 25 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
FactoryBot.define do
|
||||
factory :comment do
|
||||
body { 'Most interresting comment ever, created by a girl.' }
|
||||
body { 'Most interesting comment ever, created by a girl.' }
|
||||
user
|
||||
association :commentable, factory: :event
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue