Skip to content

Commit

Permalink
Merge pull request #1127 from jmm/status-extra-formatting
Browse files Browse the repository at this point in the history
Eliminate excess formatting from �isFulfilled()|isRejected() docs
  • Loading branch information
petkaantonov authored Jun 13, 2016
2 parents c160482 + 18c127f commit 950ae44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/api/isfulfilled.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ title: .isFulfilled
.isFulfilled() -> boolean
```

See if this `promise` has been fulfilled.
See if this promise has been fulfilled.
</markdown></div>

<div id="disqus_thread"></div>
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/api/isrejected.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ title: .isRejected
.isRejected() -> boolean
```

See if this `promise` has been rejected.
See if this promise has been rejected.
</markdown></div>

<div id="disqus_thread"></div>
Expand Down

0 comments on commit 950ae44

Please sign in to comment.