summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor <420spn@gmail.com>2024-01-29 21:29:52 +0600
committerGitHub <noreply@github.com>2024-01-29 16:29:52 +0100
commit689d72f1dc6ccefd5d6d5179b9b72b3844fb2c4f (patch)
tree1e12decb9c92b2b2774baae8992c68939a68d293
parente74c2dc25334fb099d4a19240a7a9d2b4839da60 (diff)
Fix typo in dynamic_themes.md (#1941)
Add missing "P" in "PREVIEW=true"
-rw-r--r--mkdocs/docs/guides/DynamicThemes/dynamic_themes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkdocs/docs/guides/DynamicThemes/dynamic_themes.md b/mkdocs/docs/guides/DynamicThemes/dynamic_themes.md
index ca099933..ee282223 100644
--- a/mkdocs/docs/guides/DynamicThemes/dynamic_themes.md
+++ b/mkdocs/docs/guides/DynamicThemes/dynamic_themes.md
@@ -170,7 +170,7 @@ These will be merged into the theme on load:
Now if we run it:
```bash
-REVIEW=true rofi -theme fullscreen-preview.rasi -show filebrowser
+PREVIEW=true rofi -theme fullscreen-preview.rasi -show filebrowser
```
It looks like this: