Skip to content

Commit cdecd30

Browse files
Lars Roettiggabrieldagama
andauthored
Update app/code/Magento/Cms/Model/Page/DataProvider.php
Co-authored-by: Gabriel da Gama <gabriel@gabrielgama.com.br>
1 parent 17d3895 commit cdecd30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Cms/Model/Page/DataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public function getData(): array
154154
private function getCurrentPage(): Page
155155
{
156156
if (!$this->getRequestFieldName()) {
157-
throw new LocalizedException(__('RequestFieldName is not spefied'));
157+
throw new LocalizedException(__('RequestFieldName is not specified'));
158158
}
159159

160160
$pageId = (int)$this->request->getParam($this->getRequestFieldName());

0 commit comments

Comments
 (0)