-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Spelling #1226
base: master
Are you sure you want to change the base?
Spelling #1226
Conversation
@@ -73,14 +73,14 @@ - (instancetype)init | |||
@dynamic firstVersionInstalled; | |||
@dynamic latestVersionInstalled; | |||
@dynamic updateIncludesPreReleases; | |||
@dynamic supressesUntitledDocumentOnLaunch; | |||
@dynamic suppressesUntitledDocumentOnLaunch; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suspect that this is a user breaking change
@dynamic createFileForLinkTarget; | ||
|
||
@dynamic extensionIntraEmphasis; | ||
@dynamic extensionTables; | ||
@dynamic extensionFencedCode; | ||
@dynamic extensionAutolink; | ||
@dynamic extensionStrikethough; | ||
@dynamic extensionStrikethrough; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suspect that this is a user breaking change
@@ -8,7 +8,7 @@ | |||
<array> | |||
<dict> | |||
<key>CFBundleURLName</key> | |||
<string>Macdown custom control</string> | |||
<string>MacDown custom control</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This may be significant?
Two graph visualization grammer are supported, mermaid and graphviz. | ||
To enable these features, options `Mermaid` and/or `Graphviz` in `MacDown` -> `Perferences...` -> `Rendering` should be checked. | ||
Two graph visualization grammar are supported, mermaid and graphviz. | ||
To enable these features, options `Mermaid` and/or `Graphviz` in `MacDown` -> `Preferences...` -> `Rendering` should be checked. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To enable these features, options `Mermaid` and/or `Graphviz` in `MacDown` -> `Preferences...` -> `Rendering` should be checked. | |
To enable these features, options `Mermaid` and/or `Graphviz` in `MacDown` -> `Settings…` -> `Rendering` should be checked. |
This PR corrects misspellings identified by the check-spelling action.
The misspellings have been reported at jsoref@b96bdfd#commitcomment-45529054
The action reports that the changes in this PR would make it happy: 19df0b8
Note: this PR does not include the action. If you're interested in running a spell check on every PR and push, that can be offered separately.