From 21c2f06acc40805fb982960a3c2dd027c8d54e42 Mon Sep 17 00:00:00 2001
From: pdxlocations <benlipsey@gmail.com>
Date: Mon, 3 Jul 2023 22:58:38 -0700
Subject: [PATCH] fix typo

---
 docs/configuration/device-config/display.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/configuration/device-config/display.mdx b/docs/configuration/device-config/display.mdx
index f3c42bc8..68a06058 100644
--- a/docs/configuration/device-config/display.mdx
+++ b/docs/configuration/device-config/display.mdx
@@ -114,7 +114,7 @@ All display config options are available in the python CLI. Example commands are
 | --------------------------------- | --------------------------------------------------------- | ----------------------------- |
 | display.auto_screen_carousel_secs | `integer`                                                 | Default of `0` is off.        |
 | display.compass_north_top         | `false`, `true`                                           | `false`                       |
-| display.flip_screen               | `fasle`, `true`                                           | `false`                       |
+| display.flip_screen               | `false`, `true`                                           | `false`                       |
 | display.gps_format                | `DEC`, `DMS`, `UTM`, `MGRS`, `OLC`, `OSGR`                | `DEC`                         |
 | display.oled                      | `OLED_AUTO`, `OLED_SSD1306`, `OLED_SH1106`, `OLED_SH1107` | `OLED_AUTO`                   |
 | display.screen_on_secs            | `integer`                                                 | Default of `0` is 10 minutes. |