From 25fea8d1e59065375311a42af5620646c6870e49 Mon Sep 17 00:00:00 2001 From: andredelorme Date: Mon, 17 Dec 2018 09:57:37 -0200 Subject: [PATCH] Correct a typing error (#1893) --- docs/guide/concept-elements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/concept-elements.md b/docs/guide/concept-elements.md index 3ed1ce6f6..cf3835e61 100644 --- a/docs/guide/concept-elements.md +++ b/docs/guide/concept-elements.md @@ -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

Mocking value for $foo