decaporg / decap-cms

A Git-based CMS for Static Site Generators
https://decapcms.org
MIT License
17.67k stars 3.03k forks source link

Fix typos #7035

Closed szepeviktor closed 5 months ago

szepeviktor commented 5 months ago

Summary

Found some misspellings.

Please review commits separately!

Dedicated to @adamlaki

Checklist

Please add a x inside each checkbox:

A picture of a cute animal (not mandatory but encouraged)

image

netlify[bot] commented 5 months ago

Deploy Preview for decap-www canceled.

Name Link
Latest commit 18882058ca371d5d03b5ef912a73e4953f72b6c5
Latest deploy log https://app.netlify.com/sites/decap-www/deploys/65a656d1ca7b8c00082e40aa
martinjagodic commented 5 months ago

This is fine with me. @demshy please check if we are ok with renaming fixtures.

szepeviktor commented 5 months ago

For reference: typos config .typos.toml

[files]
extend-exclude = [
    ".git/",
    "packages/decap-cms-locales/src/",
    "packages/decap-cms-widget-code/data/",
]
ignore-hidden = false

[default]
extend-ignore-re = [
    "Stuart Dum",
    "[0-9A-Za-z]{24,}",
    "X-Github-Media-Type",
    '"(Cf-Ray|CF-RAY)": "[0-9a-f]{16}-[A-Z]{3}",',
    "goin’",
    "4 tha devz",
    "e4ba4d9",
    "5b0ba81",
    "8ec9ba0",
    "1419ba1",
    "ec1ba5f",
    "<h1>fo</h1>",
    "'fo'",
    "<p>ba</p>",
    "'ba'",
    "\\[BaR\\]",
    "UnpublishedEntry as UE",
    "UnpublishedEntry = UE",
    "Nam dui",
]

[default.extend-identifiers]
"splitted" = "splitted"
"Github" = "GitHub"
demshy commented 5 months ago

This is fine with me. @demshy please check if we are ok with renaming fixtures.

Seems like all the tests pass, so we are ok :)