From 1beb3f39373a338748e2256d0eb88ed6cdde0fa0 Mon Sep 17 00:00:00 2001 From: Mothblocks <35135081+Mothblocks@users.noreply.github.com> Date: Sun, 24 Apr 2022 08:26:56 -0700 Subject: [PATCH] Fixes weird wording in STANDARDS for critical tgui (#66447) --- .github/guides/STANDARDS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/guides/STANDARDS.md b/.github/guides/STANDARDS.md index 8a1d21abacca1..0ddd086a86f5c 100644 --- a/.github/guides/STANDARDS.md +++ b/.github/guides/STANDARDS.md @@ -38,7 +38,7 @@ You can avoid hacky code by using object-oriented methodologies, such as overrid ### User Interfaces * All new player-facing user interfaces must use TGUI, unless they are critical user interfaces. -* All critical user interfaces must be done exclusively with HTML or the interface.dmf, with tgui being *optional* for this UI. +* All critical user interfaces must be usable with HTML or the interface.dmf, with tgui being *optional* for this UI. * Examples of critical user interfaces are the chat box, the observe button, the stat panel, and the chat input. * Documentation for TGUI can be found at: * [tgui/README.md](../tgui/README.md)