Skip to content

Commit 9514f4d

Browse files
committed
from -> form - and giving - meaning given (simple grammar)
1 parent 68bd3ff commit 9514f4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Commands/CreateFormViewCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class CreateFormViewCommand extends ViewsCommandBase
2727
*
2828
* @var string
2929
*/
30-
protected $description = 'Create a from-view for the model.';
30+
protected $description = 'Create a form-view for the model.';
3131

3232
/**
3333
* Gets the name of the stub to process.
@@ -65,7 +65,7 @@ protected function handleCreateView()
6565
}
6666

6767
/**
68-
* Replaces the form field's html code in a giving stub.
68+
* Replaces the form field's html code in a given stub.
6969
*
7070
* @param string $stub
7171
* @param string $fields

0 commit comments

Comments
 (0)