Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
grunkgrunk committed Aug 14, 2024
1 parent 2e5ffe0 commit 2a52160
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ To run it locally, you simply have to run:
npm install
# Then, run it on dev mode
npm run dev
```
```

The site should now be available at http://localhost:5173/ on your local machine, and your local machine's IP address on your network—great for testing on mobile OSes.
2 changes: 1 addition & 1 deletion src/lib/components/organisms/Timeline.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
href="https://www.trustpilot.com/"
title="Trustpilot"
excerpt="
At Trustpilot, I worked as a full-stack developer, utilizing AWS, Octopus, and Jenkins. I contributed to aligning embedded review widgets with the company's rebranding efforts."
At Trustpilot, I worked as a full-stack developer, utilizing AWS, Octopus, Docker, and Jenkins. I contributed to aligning embedded review widgets with the company's rebranding efforts."
/>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/routes/(blog-article)/emoji-posters/+page.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ I recently found out that the keyboard on my Android phone can generate combinat

<Image src="/images/posts/turtle_collage.png" />

The above was generated by a little program I made written in Python, which you can find [here](https://github.com/grunkgrunk/EmojiPosters/tree/main).
The above was generated by a small program I made using Python, which you can find [here](https://github.com/grunkgrunk/EmojiPosters/tree/main).

## Fetching the emojis
Someone has made an [app](https://emojikitchen.dev/) that can display all emojis that combines with the turtle emoji. Instructing it to do this and downloading the HTML of this page under the name ``file.html`` we can extract all the links on the page that point to a turtle emoji using ``grep`` and then pipe this to ``curl`` to download all the turtle images.
Expand Down

0 comments on commit 2a52160

Please sign in to comment.