From 73841d5db0f8d95d40a4e54b046f7605fa33e87f Mon Sep 17 00:00:00 2001 From: Amina Date: Thu, 5 Dec 2024 17:18:01 -0600 Subject: [PATCH] fix: another typo --- apps/docs/docs/learn/06-recipes/03-descendant styles.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/docs/learn/06-recipes/03-descendant styles.mdx b/apps/docs/docs/learn/06-recipes/03-descendant styles.mdx index c34e2a75..e04ce0ba 100644 --- a/apps/docs/docs/learn/06-recipes/03-descendant styles.mdx +++ b/apps/docs/docs/learn/06-recipes/03-descendant styles.mdx @@ -31,7 +31,7 @@ export const vars = stylex.defineVars({ ``` ### Step 2 -Define conditional styles setting the value for the variable in the anscestor component. +Define conditional styles setting the value for the variable in the ancestor component. ```tsx import * as stylex from '@stylexjs/stylex';