Skip to content

Commit e50c18a

Browse files
authored
Fix typo (#107)
1 parent 65b788b commit e50c18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-usage/using-signature-handlers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Using signature handlers
33
weight: 2
44
---
55

6-
A console command in Laravel can make use of a `signature` to set expectations on the input. A signature allows you to <a href="https://laravel.com/docs/5.2/artisan#command-io">">easily define arguments and options</a>.
6+
A console command in Laravel can make use of a `signature` to set expectations on the input. A signature allows you to <a href="https://laravel.com/docs/5.2/artisan#command-io">easily define arguments and options</a>.
77

88
If you let your handler extend `Spatie\SlashCommand\Handlers\SignatureHandler` you can make use of a `$signature` and the `getArgument` and `getOption` methods to get the values of arguments and options.
99

0 commit comments

Comments
 (0)