aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-02 19:29:21 -0700
committerGitHub <[email protected]>2021-05-02 19:29:21 -0700
commit3670edebc76811647d7356b3ee672e256034b088 (patch)
tree8544174a6a0562d6c32dfc7e57aae346bf55f824
parentfix: spelling of silq (diff)
downloadme-3670edebc76811647d7356b3ee672e256034b088.tar.xz
me-3670edebc76811647d7356b3ee672e256034b088.zip
Update InterestsHero.vue
-rw-r--r--components/ui/interests/InterestsHero.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/ui/interests/InterestsHero.vue b/components/ui/interests/InterestsHero.vue
index 36af78a..525864c 100644
--- a/components/ui/interests/InterestsHero.vue
+++ b/components/ui/interests/InterestsHero.vue
@@ -11,7 +11,7 @@
<p class="wow fadeInUp" data-wow-delay="1.2s">
<code>
- handle <- openFile "interest_description.txt" ReadMode <br>
+ handle <- openFile "interests_description.txt" ReadMode <br>
contents <- hGetContents handle <br>
putStr contents <br>
hClose handle <br>