Skip to content

Commit 0b4d8c9

Browse files
authored
typo
1 parent ddf84a9 commit 0b4d8c9

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
@@ -291,7 +291,7 @@ In this case maybe you have two forms that orchestrate the cancelation of a subs
291291
* Admin cancels subscription (e.g `Forms::Admin::CancelSubscription`)
292292
* Customer cancels subscription (e.g `Forms::Customer::CancelSubscription`)
293293

294-
After some minor adjustment to hoist up any admin specific behavior, both of these form objects could call our underlying `Commands::CancelSubscription`) command.
294+
After some minor adjustment to hoist up any admin specific behavior, both of these form objects could call our underlying `Commands::CancelSubscription` command.
295295

296296
—-
297297

0 commit comments

Comments
 (0)