Skip to content

Commit

Permalink
Merge pull request atom#1993 from mattbelland/docs-grammar-fix
Browse files Browse the repository at this point in the history
Remove unnecessary conjunction and spaces
  • Loading branch information
Corey Johnson committed May 7, 2014
2 parents 44f1961 + 594a2d2 commit 921bf85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/publishing-a-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Publishing a package allows other people to install it and use it in Atom. It
is a great way to share what you've made and get feedback and contributions from
others.

This guide assumes your package's name is `my-package` and but you should pick a
This guide assumes your package's name is `my-package` but you should pick a
better name.

### Install apm
Expand Down Expand Up @@ -42,7 +42,7 @@ If not, there are a few things you should check before publishing:
* Your package is in a Git repository that has been pushed to
[GitHub][github]. Follow [this guide][repo-guide] if your package isn't
already on GitHub.

### Publish Your Package

Before you publish a package it is a good idea to check ahead of time if
Expand All @@ -59,7 +59,7 @@ Now let's review what the `apm publish` command does:
3. Creates a new [Git tag][git-tag] for the version being published.
4. Pushes the tag and current branch up to GitHub.
5. Updates atom.io with the new version being published.

Now run the following commands to publish your package:

```sh
Expand Down

0 comments on commit 921bf85

Please sign in to comment.