Skip to content

Commit

Permalink
Correct a typing error (#1893)
Browse files Browse the repository at this point in the history
  • Loading branch information
andredelorme authored and nadar committed Dec 17, 2018
1 parent 149b65c commit 25fea8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/concept-elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ return [
];
```

As now the element `test` has a mocked $foo paremter and will return the following rendered content in the styleguide:
As now the element `test` has a mocked $foo parameter and will return the following rendered content in the styleguide:

```php
<p>Mocking value for $foo</p>
Expand Down

0 comments on commit 25fea8d

Please sign in to comment.