Skip to content

Commit d9357fb

Browse files
committed
docs: typo
1 parent 34f909f commit d9357fb

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
@@ -139,7 +139,7 @@ $app
139139
// Parse only parses input but doesnt invoke action
140140
$app->parse(['git', 'add', 'path1', 'path2', 'path3', '-f']);
141141

142-
// Hanlde will do both parse and invoke action.
142+
// Handle will do both parse and invoke action.
143143
$app->handle(['git', 'add', 'path1', 'path2', 'path3', '-f']);
144144
// Will produce: Add path1, path2, path3 with force
145145

0 commit comments

Comments
 (0)