Skip to content

Commit

Permalink
docs(atomic): fix typo (#936)
Browse files Browse the repository at this point in the history
psuedo -> pseudo
  • Loading branch information
eltociear committed Mar 21, 2022
1 parent d401a82 commit cbdc75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ATOMIC_CSS.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ As you can see in the above example, `atm_border_mnop` can be removed as it dupl

### at-rules, pseudo classes and keyframes

Linaria's atomic css also supports creating (nested) at-rules, psuedo classes and keyframes:
Linaria's atomic css also supports creating (nested) at-rules, pseudo classes and keyframes:

```ts
import { css } from '@linaria/atomic';
Expand Down

0 comments on commit cbdc75a

Please sign in to comment.