Skip to content

Commit

Permalink
Update app/code/Magento/Cms/Model/Page/DataProvider.php
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel da Gama <gabriel@gabrielgama.com.br>
  • Loading branch information
Lars Roettig and gabrieldagama authored Dec 7, 2020
1 parent 17d3895 commit cdecd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Cms/Model/Page/DataProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function getData(): array
private function getCurrentPage(): Page
{
if (!$this->getRequestFieldName()) {
throw new LocalizedException(__('RequestFieldName is not spefied'));
throw new LocalizedException(__('RequestFieldName is not specified'));
}

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

0 comments on commit cdecd30

Please sign in to comment.