-
Notifications
You must be signed in to change notification settings - Fork 57
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
fix(typos): Possibly all typos in plugin #275
Conversation
That's not a typo. The option was previously called that and I never bothered fixing it. |
Ok reverting. |
fix(typo): the compatability should be the same
Anything else? |
Thanks for the PR! |
Isn't the submodules messed up? @OXY2DEV |
I have run a check with So, I am assuming the sub-module got properly merged. |
There were changes, sir. See the word Uncheked? And 'miliseconds'? @OXY2DEV I think i should make another pr. My third commit that came with the pr 'message had the word weird', messed up the submodules. Try to drop and force push maybe, or wait for my pr. |
I have checked for both and I couldn't find them. |
Ok, I will check anyways. |
Nah all good, but why its cheked in github ui wiki still? @OXY2DEV Sorry for ping. |
Doesn't really matter. The typos aren't in the repo and that's all that matters. |
Ok. |
This pull request includes several minor corrections and formatting changes across multiple files. The primary focus is on fixing typos and ensuring consistency in the documentation and codebase.
Typo Corrections:
README.md
: Corrected the spelling ofMarkviewCheckboxUnchecked
.doc/home.txt
: Corrected the spelling ofMarkviewCheckboxUnchecked
.doc/migration.txt
: Corrected the spelling of__emoji_link_compatibility
in multiple instances.lua/markview/spec.lua
: Corrected the spelling of__emoji_link_compatibility
.plugin/markview.lua
: Corrected the spelling ofimplemented
.test/markdown.md
: Corrected the spelling ofwill
.Formatting Changes:
doc/home.txt
: Added a newline at the end of the file.lua/markview/filetypes.lua
: Added a newline at the end of the file.lua/markview/spec.lua
: Added a newline at the end of the file.test/markdown.md
: Added a newline for better readability.Subproject Update:
markview.nvim.wiki
: Updated the subproject commit reference.Edit: Generated with copilot, I am lazy.
Please check for any problems, i only fixed typos with typos cli (not --write, checking the output and fixing one by one).