We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d3895 commit cdecd30Copy full SHA for cdecd30
app/code/Magento/Cms/Model/Page/DataProvider.php
@@ -154,7 +154,7 @@ public function getData(): array
154
private function getCurrentPage(): Page
155
{
156
if (!$this->getRequestFieldName()) {
157
- throw new LocalizedException(__('RequestFieldName is not spefied'));
+ throw new LocalizedException(__('RequestFieldName is not specified'));
158
}
159
160
$pageId = (int)$this->request->getParam($this->getRequestFieldName());
0 commit comments