Skip to content

Commit 1ae5dbf

Browse files
authored
Typo fix
1 parent 53bf3d7 commit 1ae5dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ This example [uses GitHub Actions](https://docs.github.com/en/actions/quickstart
8888
8989
## Example: Extracting page content with Readability.js
9090
91-
[Readability.js](https://github.com/mozilla/readability) is " standalone version of the readability library used for Firefox Reader View." It lets you parse the content on a web page and extract just the title, content, byline and some other key metadata.
91+
[Readability.js](https://github.com/mozilla/readability) is "a standalone version of the readability library used for Firefox Reader View." It lets you parse the content on a web page and extract just the title, content, byline and some other key metadata.
9292
9393
The following recipe imports the library from the [Skypack CDN](https://www.skypack.dev/), runs it against the current page and returns the results to the console as JSON:
9494

0 commit comments

Comments
 (0)