Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.

Commit 666c535

Browse files
committed
Update README.md
1 parent 2ded8db commit 666c535

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
@@ -110,7 +110,7 @@ mention.findChoices = function(match) {
110110
}
111111
```
112112

113-
Type too damn fast? Throttle that sucker:
113+
Type too freakin' fast? Throttle that sucker:
114114
```js
115115
mention.findChoices = _.throttle(function(match) {
116116
return [/* choices */];

0 commit comments

Comments
 (0)