Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 0259d21

Browse files
committed
Pulling in v0.67.1 and AppVeyor changes.
2 parents f47f54c + 90af50e commit 0259d21

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Spell Check package
22
[![OS X Build Status](https://travis-ci.org/atom/spell-check.svg?branch=master)](https://travis-ci.org/atom/spell-check) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/1620a5reqw6kdolv/branch/master?svg=true)](https://ci.appveyor.com/project/Atom/spell-check/branch/master) [![Dependency Status](https://david-dm.org/atom/spell-check.svg)](https://david-dm.org/atom/spell-check)
33

4-
**This is a test package. Disable the built-in `spell-check` module before using it.**
5-
64
Highlights misspelling in Atom and shows possible corrections.
75

86
Use <kbd>cmd-shift-:</kbd> to bring up the list of corrections when your cursor is on a misspelled word.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spell-check",
3-
"version": "0.77.4",
3+
"version": "0.67.1",
44
"main": "./lib/main",
55
"description": "Highlights misspelled words and shows possible corrections.",
66
"dependencies": {

0 commit comments

Comments
 (0)