We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68bd3ff commit 9514f4dCopy full SHA for 9514f4d
src/Commands/CreateFormViewCommand.php
@@ -27,7 +27,7 @@ class CreateFormViewCommand extends ViewsCommandBase
27
*
28
* @var string
29
*/
30
- protected $description = 'Create a from-view for the model.';
+ protected $description = 'Create a form-view for the model.';
31
32
/**
33
* Gets the name of the stub to process.
@@ -65,7 +65,7 @@ protected function handleCreateView()
65
}
66
67
68
- * Replaces the form field's html code in a giving stub.
+ * Replaces the form field's html code in a given stub.
69
70
* @param string $stub
71
* @param string $fields
0 commit comments