Skip to content

Commit 2d5cc7d

Browse files
authored
Link styling fix
1 parent 6f3ee99 commit 2d5cc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For more context, see [the `github/fetch` issue](https://github.com/github/fetch
88

99
The `fetch()` function is a Promise-based mechanism for programmatically making
1010
web requests in the browser. This project is a polyfill that implements a subset
11-
of the standard [fetch specification][https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API], enough to make `fetch` a viable
11+
of the standard [fetch specification](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API), enough to make `fetch` a viable
1212
replacement for most uses of XMLHttpRequest in traditional web applications.
1313

1414
## Table of Contents

0 commit comments

Comments
 (0)