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

Spelling #1226

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open

Spelling #1226

wants to merge 24 commits into from

Conversation

jsoref
Copy link

@jsoref jsoref commented Dec 30, 2020

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.

@@ -73,14 +73,14 @@ - (instancetype)init
@dynamic firstVersionInstalled;
@dynamic latestVersionInstalled;
@dynamic updateIncludesPreReleases;
@dynamic supressesUntitledDocumentOnLaunch;
@dynamic suppressesUntitledDocumentOnLaunch;
Copy link
Author

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;
Copy link
Author

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>
Copy link
Author

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants