From 7f09b704205173da3dce7ed37dd7689b6b1a6e29 Mon Sep 17 00:00:00 2001 From: Mete <86600423+Metehan-Altuntekin@users.noreply.github.com> Date: Wed, 3 Jun 2026 18:24:07 +0300 Subject: [PATCH] docs: fix typos in color opacity differences documentation --- content/docs/core-concepts/differences.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/core-concepts/differences.md b/content/docs/core-concepts/differences.md index bc23045..6cd6912 100644 --- a/content/docs/core-concepts/differences.md +++ b/content/docs/core-concepts/differences.md @@ -41,6 +41,6 @@ React Native's `` renders with a `fontSize: 14`, while the web's default ## Color Opacity -For performance reasons, Nativewind renders with the `corePlugins`: `textOpacity`,`borderOpacity`, `divideOpacity` and `backgroundOpacity` disabled. Theses plugin allows colors to dynamically changed via CSS variables. Instead, the opacity is set as a static value in the `color` property. +For performance reasons, Nativewind renders with the `corePlugins`: `textOpacity`,`borderOpacity`, `divideOpacity` and `backgroundOpacity` disabled. These plugins allow colors to be dynamically changed via CSS variables. Instead in Nativewind, the opacity is set as a static value in the `color` property. If you require this functionality, you can enable the disabled plugins in your `tailwind.config.js` file.