Skip to content

Commit df9b39f

Browse files
committed
pre-commit run --all
1 parent d3d6a73 commit df9b39f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/environment.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@ Additional board specific keys
106106
CIRCUITPY_DISPLAY_WIDTH
107107
~~~~~~~~~~~~~~~~~~~~~~~
108108
Selects the correct screen resolution (1024x600 or 800x640) for the particular board variant.
109-
If the CIRCUITPY_DISPLAY_WIDTH parameter is set to a value of 1024 the display is initalized
110-
during power up at 1024x600 otherwise the display will be initialized at a resolution
109+
If the CIRCUITPY_DISPLAY_WIDTH parameter is set to a value of 1024 the display is initialized
110+
during power up at 1024x600 otherwise the display will be initialized at a resolution
111111
of 800x480.
112112

113113
`Sunton ESP32-2432S028 <https://circuitpython.org/board/sunton_esp32_2432S028/>`_
114114

115115
CIRCUITPY_DISPLAY_ROTATION
116116
~~~~~~~~~~~~~~~~~~~~~~~~~~
117117
Selects the correct screen rotation (0, 90, 180 or 270) for the particular board variant.
118-
If the CIRCUITPY_DISPLAY_ROTATION parameter is set the display will be initalized
118+
If the CIRCUITPY_DISPLAY_ROTATION parameter is set the display will be initialized
119119
during power up with the selected rotation, otherwise the display will be initialized with
120120
a rotation of 0.

0 commit comments

Comments
 (0)