Skip to content

Commit

Permalink
typo fixed (#57)
Browse files Browse the repository at this point in the history
* docs typo fixed
---------

Co-authored-by: ShafayetAhmad <shafayet.ahmad1@gmail.com>
  • Loading branch information
ShafayetAhmad and ShafayetAhmad authored Dec 6, 2023
1 parent 9985896 commit ab9028d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/docs/docs/learn/05-theming/02-using-variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import TabItem from '@theme/TabItem';
:::info Note

The [`unstable_moduleResolution`](/docs/api/configuration/babel-plugin/#unstable_moduleresolution)
option needs to enabled in the StyleX Babel configuration to enable theming APIs.
option needs to be enabled in the StyleX Babel configuration to enable theming APIs.

:::

Expand Down Expand Up @@ -42,7 +42,7 @@ export const colors = stylex.defineVars({
});
```

These styles can the imported and used like so:
These styles can then imported and used like so:

```tsx title="components/MyComponent.js"
import * as stylex from '@stylexjs/stylex';
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/docs/learn/05-theming/03-creating-themes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sidebar_position: 3
:::info Note

The [`unstable_moduleResolution`](/docs/api/configuration/babel-plugin/#unstable_moduleresolution)
option needs to enabled in the StyleX Babel configuration to enable theming APIs.
option needs to be enabled in the StyleX Babel configuration to enable theming APIs.

:::

Expand Down

0 comments on commit ab9028d

Please sign in to comment.