diff options
author | 2023-09-19 18:33:33 -0300 | |
---|---|---|
committer | 2023-09-19 16:33:33 -0500 | |
commit | 1f1c47d909fc96301b51a165fae4acdf43c276fc (patch) | |
tree | 8771a67a582329fe9dc8ffa0720daebdf01aea43 /examples | |
parent | 767599522c99f6e624969a580a6545fd08b14b15 (diff) | |
download | astro-1f1c47d909fc96301b51a165fae4acdf43c276fc.tar.gz astro-1f1c47d909fc96301b51a165fae4acdf43c276fc.tar.zst astro-1f1c47d909fc96301b51a165fae4acdf43c276fc.zip |
Improved the spelling of a word in the Portfolio template. (#8576)
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/portfolio/src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/portfolio/src/pages/index.astro b/examples/portfolio/src/pages/index.astro index f7362284d..76761523f 100644 --- a/examples/portfolio/src/pages/index.astro +++ b/examples/portfolio/src/pages/index.astro @@ -83,7 +83,7 @@ const projects = (await getCollection('work')) <header class="section-header stack gap-2 lg:gap-4"> <h3>Mentions</h3> <p> - I have been fortunate enough to recieve praise for my work in several publications. Take + I have been fortunate enough to receive praise for my work in several publications. Take a look below to learn more. </p> </header> |