atom / spell-check

Spell check Atom package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All words in sentences containing "it's" treated as misspelled

surdu opened this issue · comments

commented

Prerequisites

Description

In an .md file, if you have a sentence containing it's, all words in that sentence will be treated as misspelled.

Screenshot 2019-09-03 at 23 55 15

Note that the sentence must end in period.

Reproduces how often:

Most of the times... For example, the following triggeres the problem:

There is nothing wrong with it's nowadays.

But the next one does not:

There is nothing wrong with it's now.

Versions

$ atom-beta --version
Atom    : 1.41.0-beta1
Electron: 4.2.7
Chrome  : 69.0.3497.128
Node    : 10.11.0
$ apm-beta --version
apm  2.4.3
npm  6.2.0
node 10.2.1 x64
atom 1.41.0-beta1
python 2.7.10
git 2.20.1
MacOS 10.14.6 (18G87)

Thanks for contributing!

We noticed that this looks like a duplicate of #281 so you can subscribe there for updates if you'd like.


Because we treat our issues list as the Atom team's backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn't an exact duplicate but is closely related.

For information on how to use GitHub's search feature to find out if something is a duplicate before filing, see the How Can I Contribute? section of the Atom CONTRIBUTING guide.