Skip to content

Commit 1a030a5

Browse files
authored
Grammar
1 parent 3abf320 commit 1a030a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2020-06-24-the-command-pattern.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Worth noting that as written, if the user doesn’t make a selection, the comman
152152

153153
### The Task: How do I?
154154

155-
Here's a couples rules I try to follow:
155+
Here's a few rules I try to follow:
156156

157157
* Implement an instance method called `execute` (`call` is also a popular choice, but I don't use it because it makes me think of `block.call`)
158158
* You only get one `execute` method (if you need another, make another command)

0 commit comments

Comments
 (0)