Skip to content

Commit 70e1b65

Browse files
authored
Remove double usage of word
1 parent 1a030a5 commit 70e1b65

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
@@ -182,7 +182,7 @@ From the outside of the command, once we have a reliable implementation, we lite
182182
In other words, we've **encapsulated** the behavior of canceling a subscription.
183183

184184
That’s the beauty of the command.
185-
They free us from implementation detail, freeing us to talk and think at a higher level.
185+
They free us from the implementation detail burden, allowing us to talk and think at a higher level.
186186

187187
Sure, ideally it’s expertly modeled code that checks all the boxes that you passionately subscribe to.
188188
In reality, it’s probably the way it _has to work_ in today's system and that's okay.

0 commit comments

Comments
 (0)