Skip to content

Commit 080aa01

Browse files
authored
Fix typos
1 parent 26e262e commit 080aa01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/styles_architecture.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ There are a few ways you can write CSS in this project:
66

77
### 1. Use [Tailwind](https://tailwindcss.com/) css classes directly within layouts and components
88

9-
This is often the fastest way to add custom styles if you are familair with [Tailwind](https://tailwindcss.com/). See a good example in `/src/p5/p5.js-website/src/components/Footer/index.astro`.
9+
This is often the fastest way to add custom styles if you are familiar with [Tailwind](https://tailwindcss.com/). See a good example in `/src/p5/p5.js-website/src/components/Footer/index.astro`.
1010

1111
### 2. Write styles in the [SCSS](https://sass-lang.com/) files in `/styles` and use those classes in layouts and components
1212

@@ -18,7 +18,7 @@ This can be useful for situations where the styling you need for a particular ar
1818

1919
#### 4. Write css in a style tag within an `.astro` file
2020

21-
This can be a good approach when you need a few custom styles for a single a layout or component but adding an extra SCSS feels like overkill. See an example in `/src/layouts/AboutLayout.astro`
21+
This can be a good approach when you need a few custom styles for a single layout or component but adding an extra SCSS feels like overkill. See an example in `/src/layouts/AboutLayout.astro`
2222

2323
## Useful Global Styles
2424

0 commit comments

Comments
 (0)