summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar MoustaphaDev <81974850+MoustaphaDev@users.noreply.github.com> 2022-08-15 14:20:39 +0000
committerGravatar GitHub <noreply@github.com> 2022-08-15 09:20:39 -0500
commit3889a7fa753d878d9143e1280d3b8a686f2a2433 (patch)
tree4bbccc416e2771cb7b9a4404374441d9b756c4e9
parent6227eaf9a2f41e7ca5432f5cd488b0b0a2bb7b46 (diff)
downloadastro-3889a7fa753d878d9143e1280d3b8a686f2a2433.tar.gz
astro-3889a7fa753d878d9143e1280d3b8a686f2a2433.tar.zst
astro-3889a7fa753d878d9143e1280d3b8a686f2a2433.zip
docs: fixed typo in the tailwind integration docs (#4308)
## Changes Corrected "aother" with "another" in (the tailwind integration docs)[https://docs.astro.build/en/guides/integrations-guide/tailwind/]. ## Testing No tests because this pr is just fixing a typo in the docs ## Docs Well this PR fixes a typo in the docs <!-- https://github.com/withastro/docs -->
-rw-r--r--packages/integrations/tailwind/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/tailwind/README.md b/packages/integrations/tailwind/README.md
index 654909ed4..0caf3528f 100644
--- a/packages/integrations/tailwind/README.md
+++ b/packages/integrations/tailwind/README.md
@@ -76,7 +76,7 @@ https://user-images.githubusercontent.com/4033662/169918388-8ed153b2-0ba0-4b24-b
If you used the Quick Install instructions and said yes to each prompt, you'll see a `tailwind.config.cjs` file in your project's root directory. Use this file for your Tailwind configuration changes. You can learn how to customize Tailwind using this file [in the Tailwind docs](https://tailwindcss.com/docs/configuration).
-If it isn't there, you add your own `tailwind.config.(js|cjs|mjs)` file to the root directory and the integration will use its configurations. This can be great if you already have Tailwind configured in aother project and want to bring those settings over to this one.
+If it isn't there, you add your own `tailwind.config.(js|cjs|mjs)` file to the root directory and the integration will use its configurations. This can be great if you already have Tailwind configured in another project and want to bring those settings over to this one.
### Configuring the Integration