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

Commit 2ded8db

Browse files
committed
pg13
1 parent a369fb6 commit 2ded8db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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 bitch:
113+
Type too damn fast? Throttle that sucker:
114114
```js
115115
mention.findChoices = _.throttle(function(match) {
116116
return [/* choices */];
@@ -133,7 +133,7 @@ mention.findChoices = function(match) {
133133
}
134134
```
135135

136-
Your servers are slow? Bitch please.
136+
Your servers are slow? Mama please.
137137
```js
138138
mention.findChoices = function(match) {
139139
mention.loading = true;

0 commit comments

Comments
 (0)