Skip to content

Commit 52782b9

Browse files
Merge pull request #7 from riha112/1392-4
#1392 Typo fix for "fullsreen"
2 parents 9131bbd + af397f0 commit 52782b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/Webmanifest/Source/Display.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Display extends AbstractSource
2727
public function getAllOptions()
2828
{
2929
return [
30-
['value' => 'fullscreem', 'label' => __('Fullscreen')],
30+
['value' => 'fullscreen', 'label' => __('Fullscreen')],
3131
['value' => 'standalone', 'label' => __('Standalone')],
3232
['value' => 'minimal-ui', 'label' => __('Minimal UI')],
3333
['value' => 'browser', 'label' => __('Browser')],

0 commit comments

Comments
 (0)