diff --git a/About-the-IMGUI-paradigm.md b/About-the-IMGUI-paradigm.md index da6c34e..0d69b2b 100644 --- a/About-the-IMGUI-paradigm.md +++ b/About-the-IMGUI-paradigm.md @@ -119,7 +119,7 @@ The existence of those two terms effectively has hindered both discussions and r What we care about: - IMGUI refers to the API: literally the interface between the application and the UI system. - - An IMGUI API favor the application code owning its data and being the single source of truth for it. + - An IMGUI API favors the application code owning its data and being the single source of truth for it. - An IMGUI API tries to minimize the application having to retain/manage data related to the UI system. - An IMGUI API tries to minimize the UI system having to retain/manage data related to the application. - Synchronization between application data and UI data is natural and less error-prone.