From c6fe6085fcfed2acf048b71f85487d36dfe8b27c Mon Sep 17 00:00:00 2001 From: Elton Bautista <94667178+eltonbautista@users.noreply.github.com> Date: Sat, 10 Sep 2022 13:40:11 -0600 Subject: [PATCH] typo I believe "interally" is supposed to be "internally" --- docs/src/pages/en/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/en/usage.md b/docs/src/pages/en/usage.md index a3b28ee6..51d89d9f 100644 --- a/docs/src/pages/en/usage.md +++ b/docs/src/pages/en/usage.md @@ -8,7 +8,7 @@ Here is a brief overview on the usage of the Vite plugin, components and APIs pr ## Plugin Usage -**Astro ImageTools** comes with a Vite plugin and it gets registered automatically once you add the integration. The Vite plugin is used by the components and APIs interally to perform all kinds of image transformations and optimizations. After it's been registered, it starts looking for and handling image imports. +**Astro ImageTools** comes with a Vite plugin and it gets registered automatically once you add the integration. The Vite plugin is used by the components and APIs internally to perform all kinds of image transformations and optimizations. After it's been registered, it starts looking for and handling image imports. So, you can leverage the power of the plugin using ESM imports to perform simple image transformations and optimizations on your own. It may come in handy in the scenarios where using the provided components and APIs is not possible. Imports inside framework components too will be handled!