Skip to content

Commit

Permalink
Merge pull request #46 from tnorthcutt/patch-1
Browse files Browse the repository at this point in the history
Fix typo on readme
  • Loading branch information
JeffreyWay authored Feb 14, 2022
2 parents d10b274 + 6ab0aac commit 6812922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ php artisan db:seed --class=PlansTableSeeder --env=acceptance

### cy.artisan()

Trigger any Artisan command under the current environment for the Cypress test. Remember to proceed options with two dashes, as usual.
Trigger any Artisan command under the current environment for the Cypress test. Remember to precede options with two dashes, as usual.

```js
test('it can create posts through the command line', () => {
Expand Down

0 comments on commit 6812922

Please sign in to comment.