diff options
author | 2024-05-01 07:56:38 +0200 | |
---|---|---|
committer | 2024-05-01 13:56:38 +0800 | |
commit | a146cf1012483b030a8146fb3035801f3c0c9099 (patch) | |
tree | ddececa7326f41bbcdf4e44b7205f6a43e4e8efa /examples/with-nanostores/src | |
parent | 1b7ed7a31a3a7a244440562a8e16aac1617c0114 (diff) | |
download | astro-a146cf1012483b030a8146fb3035801f3c0c9099.tar.gz astro-a146cf1012483b030a8146fb3035801f3c0c9099.tar.zst astro-a146cf1012483b030a8146fb3035801f3c0c9099.zip |
Fix typos (#10923)
Diffstat (limited to 'examples/with-nanostores/src')
-rw-r--r-- | examples/with-nanostores/src/components/FigurineDescription.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-nanostores/src/components/FigurineDescription.astro b/examples/with-nanostores/src/components/FigurineDescription.astro index d99481258..1294b1510 100644 --- a/examples/with-nanostores/src/components/FigurineDescription.astro +++ b/examples/with-nanostores/src/components/FigurineDescription.astro @@ -5,7 +5,7 @@ fully-poseable action figurine comes equipped with: </p> <ul> - <li>A fabric space suit with adjustible straps</li> + <li>A fabric space suit with adjustable straps</li> <li>Boots lightly dusted by the lunar surface *</li> <li>An adjustable space visor</li> </ul> |