From 65296b9aa3c7d025867a7a3c3e5294fcebbda7b9 Mon Sep 17 00:00:00 2001
From: ccn <ccn@cuppajoeman.com>
Date: Mon, 6 May 2024 06:53:37 -0400
Subject: [PATCH] Update flex.cpp (#860)

fix typo
---
 src/ftxui/dom/flex.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ftxui/dom/flex.cpp b/src/ftxui/dom/flex.cpp
index 42a646d1..992bb2dd 100644
--- a/src/ftxui/dom/flex.cpp
+++ b/src/ftxui/dom/flex.cpp
@@ -92,14 +92,14 @@ class Flex : public Node {
 
 }  // namespace
 
-/// @brief An element that will take expand proportionnally to the space left in
+/// @brief An element that will take expand proportionally to the space left in
 /// a container.
 /// @ingroup dom
 Element filler() {
   return std::make_shared<Flex>(function_flex);
 }
 
-/// @brief Make a child element to expand proportionnally to the space left in a
+/// @brief Make a child element to expand proportionally to the space left in a
 /// container.
 /// @ingroup dom
 ///
-- 
GitLab