From 38e0f5c0af4587faa918a19a85d8a60cba235366 Mon Sep 17 00:00:00 2001 From: uramer Date: Sat, 16 Apr 2022 11:29:37 +0200 Subject: [PATCH] Fix a docs typo --- docs/source/reference/lua-scripting/widgets/flex.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/reference/lua-scripting/widgets/flex.rst b/docs/source/reference/lua-scripting/widgets/flex.rst index 359d0d4394..2648e88996 100644 --- a/docs/source/reference/lua-scripting/widgets/flex.rst +++ b/docs/source/reference/lua-scripting/widgets/flex.rst @@ -24,7 +24,7 @@ Properties - ui.ALIGNMENT (Start) - Where to align the children in the main axis. * - arrange - - ui.ALIGNMETN (Start) + - ui.ALIGNMENT (Start) - How to arrange the children in the cross axis. External