From f45144ba0f62f79fa78249a210b63b8a6443f058 Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Wed, 25 Feb 2026 00:21:02 -0800 Subject: [PATCH] Fix minor typo in colors.md --- docs/colors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/colors.md b/docs/colors.md index 3da23478851..0649c5573b3 100644 --- a/docs/colors.md +++ b/docs/colors.md @@ -50,7 +50,7 @@ React Native supports `hwb()` in functional notation: ### Color ints -React Native supports also colors as an `int` values (in RGB color mode): +React Native also supports colors as an `int` values (in RGB color mode): - `0xff00ff00` (0xrrggbbaa)