Skip to content

Commit

Permalink
Fix typo in jest-docblock description (#7635)
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp authored and SimenB committed Jan 16, 2019
1 parent 418d784 commit 9ee3d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/JestPlatform.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ console.log(result);

## jest-docblock

Tool for extracting and parsing the comments at the top of a JavaScript file. Exports various function to manipulate the data inside the comment block.
Tool for extracting and parsing the comments at the top of a JavaScript file. Exports various functions to manipulate the data inside the comment block.

### Example

Expand Down

0 comments on commit 9ee3d02

Please sign in to comment.