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

Not seeming to find misspelled words #55

Open
cfjedimaster opened this issue Dec 26, 2018 · 0 comments
Open

Not seeming to find misspelled words #55

cfjedimaster opened this issue Dec 26, 2018 · 0 comments

Comments

@cfjedimaster
Copy link

I'm using a Markdown file with this in the first paragraph:

As you can tell, I'm on somewhatxssdsddssd of an Alexa thing lately (["Adding Ice Bear to Alexa, Because Why Not?"](https://www.raymondcamden.com/2018/11/28/adding-ice-bear-to-alexa-because-why-not)), mainly because now I've gotten it to a point where I can deploy an (admittedly simple) skill in
 about thirty minutes. Also, certification seems to have gotten quite a bit simpler too. That could also be
 tied to me building incredibly simple skills but I'm not going to complain. For today's <strike>waste of
 time</strike>incredibly useful Alexa example, I've built a little skill for the sole purpose of messing with
 my kids during this wonderful Christmas season.

And the misspelled word in the first sentence is not being picked up. I'm using this in my .textlintrc:

{
  "filters": {},
  "rules": {
    "no-start-duplicated-conjunction":true,
    "no-dead-link":true,
    "terminology":true,
    "@textlint-rule/no-unmatched-pair": true,
    "alex":true,
    "spellchecker":true
  }
}

Any idea what I'm missing?

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

No branches or pull requests

1 participant