chore: fix typo in comment

This commit is contained in:
Jahir Fiquitiva
2023-12-20 09:11:43 -05:00
committed by GitHub
parent 021cf248a3
commit c06d0a0848

View File

@@ -2,7 +2,7 @@ import { unicorns } from "./data";
import { getPicture } from "@astrojs/image"; import { getPicture } from "@astrojs/image";
/** /**
* We do it this was so that we only generate the list of images once * We do it this way so that we only generate the list of images once
* *
* This allows us to share the cached image format between multiple different pages * This allows us to share the cached image format between multiple different pages
*/ */