Skip to content
Snippets Groups Projects
Commit 9eb5bee7 authored by Christian Eßl's avatar Christian Eßl Committed by Susanne Moog
Browse files

[BUGFIX] Fix spelling errors in ext:fluid

Resolves: #90584
Releases: master
Change-Id: I8ba0f11bf969f97debc548237b2dd7eda194c503
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63490


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBjörn Jacob <bjoern.jacob@tritum.de>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarBjörn Jacob <bjoern.jacob@tritum.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
parent b97c55de
Branches
Tags
No related merge requests found
......@@ -143,7 +143,7 @@ abstract class AbstractWidgetViewHelper extends AbstractViewHelper
/**
* Stores the syntax tree child nodes in the Widget Context, so they can be
* rendered with <f:widget.renderChildren> lateron.
* rendered with <f:widget.renderChildren> later on.
*
* @param RenderingContextInterface $renderingContext
* @return ComponentInterface
......
......@@ -74,8 +74,8 @@ use TYPO3Fluid\Fluid\Core\ViewHelper\Traits\CompileWithContentArgumentAndRenderS
* 20.current = 1
* }
*
* When passing an object with ``{data}`` the properties of the object are accessable with :ts:`.field` in
* TypoScript. If only a single value is passed or the ``currentValueKey`` is specified :ts:`.current = 1`
* When passing an object with ``{data}``, the properties of the object are accessible with :ts:`.field` in
* TypoScript. If only a single value is passed or the ``currentValueKey`` is specified, :ts:`.current = 1`
* can be used in the TypoScript.
*/
class CObjectViewHelper extends AbstractViewHelper
......
......@@ -53,7 +53,7 @@ class WidgetRequestHandlerTest extends UnitTestCase
/**
* @test
*/
public function canHandleRequestReturnsFalsefGetParameterIsNotSet()
public function canHandleRequestReturnsFalseIfGetParameterIsNotSet()
{
$_GET['some-other-id'] = 123;
self::assertFalse($this->widgetRequestHandler->canHandleRequest());
......
......@@ -135,7 +135,7 @@ class TypolinkViewHelperTest extends ViewHelperBaseTestcase
'title' => '',
'additionalParams' => '',
],
[ // expecation
[ // expectation
'url' => '',
'target' => '',
'class' => '',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment