Skip to content

Commit 72d7212

Browse files
authored
Remove extraneous line break (#141)
1 parent 253fa1a commit 72d7212

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

using-the-rest-api/discovery.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ var link = Array.prototype.filter.call( links, function ( item ) {
4646
var api_root = link[0].href;
4747
```
4848

49-
For in-browser clients, or clients without access to HTTP headers, this may be a more usable way of discovering the API. This is similar to Atom/RSS feed discovery, so existing code for that purpose may also be automatically
50-
adapted instead.
49+
For in-browser clients, or clients without access to HTTP headers, this may be a more usable way of discovering the API. This is similar to Atom/RSS feed discovery, so existing code for that purpose may also be automatically adapted instead.
5150

5251

5352
### RSD (Really Simple Discovery)

0 commit comments

Comments
 (0)