Skip to content

Commit

Permalink
Fix missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 22, 2016
1 parent b4ebc54 commit 7daacc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ afinn['fed up']; // -3

**afinn-96** returns entries to valence ratings (`Object.<string, number>`).

> Note! Be careful when accessing unknown properties on the
> Note! Be careful when accessing unknown properties on the
> **afinn-96** object, words such as “constructor” or “toString”
> might occur. It’s recommended to use a `hasOwnProperty` check
> beforehand.
Expand Down

0 comments on commit 7daacc9

Please sign in to comment.