Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There are typos #6398

Closed
szepeviktor opened this issue Oct 31, 2023 · 2 comments · Fixed by #6400
Closed

There are typos #6398

szepeviktor opened this issue Oct 31, 2023 · 2 comments · Fixed by #6400

Comments

@szepeviktor
Copy link

./src/content/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023.md:77:187: `visiblity` -> `visibility`
./src/content/reference/react-dom/components/form.md:276:70: `Optimisitc` -> `Optimistic`
./src/content/reference/react/cache.md:312:117: `accessibile` -> `accessible`
./src/content/reference/react/experimental_taintUniqueValue.md:134:53: `explictly` -> `explicitly`
./src/content/learn/passing-data-deeply-with-context.md:988:103: `repells` -> `repels`
./src/content/learn/passing-data-deeply-with-context.md:1127:103: `repells` -> `repels`
./src/components/Layout/getRouteMeta.tsx:61:6: `Travesal` -> `Traversal`
./src/components/Layout/getRouteMeta.tsx:67:14: `Travesal` -> `Traversal`
./src/components/Layout/getRouteMeta.tsx:82:8: `Travesal` -> `Traversal`

Please consider adding typos to your workflow.

@szepeviktor
Copy link
Author

Configuration: .typos.toml

[files]
extend-exclude = [
    ".git/",
    "patches/",
]
ignore-hidden = false

[default]
extend-ignore-re = [
    '"hel"',
]

[default.extend-words]
# False positives
"seeked" = "seeked"

@DhanushShettyH
Copy link
Contributor

i want to work on this. I would fix issue

DhanushShettyH added a commit to DhanushShettyH/react.dev that referenced this issue Oct 31, 2023
Roshan4518Git pushed a commit to Roshan4518Git/react.dev that referenced this issue Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants