Skip to content

Commit

Permalink
Docs: remove extraneous blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Nov 1, 2017
1 parent 81f4f10 commit 7b04012
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion docs/_releases/v4.0.1/fake-xhr-and-server.md
Expand Up @@ -378,7 +378,6 @@ server.requests[0].downloadProgress({ loaded: 20, total: 100 })
```



#### `Boolean server.fakeHTTPMethods`

If set to `true`, server will find `_method` parameter in POST body and recognize that as the actual method.
Expand Down
5 changes: 0 additions & 5 deletions docs/changelog.md
Expand Up @@ -233,11 +233,6 @@ v2.0.0-pre.5 / 2016-12-31
* Add tests for xhr.readyState after abort()
* Test that demonstrates that a mock can be called more times than expected without failing (if the exception is silenced).

n.n.n / 2017-02-27
==================



v2.0.0-pre.6 / 2017-02-27
=========================

Expand Down
2 changes: 0 additions & 2 deletions docs/guides/index.md
Expand Up @@ -9,5 +9,3 @@ breadcrumb: guides
* [Migrating to v4.0](./migrating-to-4.0)
* [Migrating to v3.0](./migrating-to-3.0)
* [Migrating to v2.0](./migrating-to-2.0)


0 comments on commit 7b04012

Please sign in to comment.