We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9131bbd + af397f0 commit 52782b9Copy full SHA for 52782b9
src/Model/Webmanifest/Source/Display.php
@@ -27,7 +27,7 @@ class Display extends AbstractSource
27
public function getAllOptions()
28
{
29
return [
30
- ['value' => 'fullscreem', 'label' => __('Fullscreen')],
+ ['value' => 'fullscreen', 'label' => __('Fullscreen')],
31
['value' => 'standalone', 'label' => __('Standalone')],
32
['value' => 'minimal-ui', 'label' => __('Minimal UI')],
33
['value' => 'browser', 'label' => __('Browser')],
0 commit comments