Skip to content

Fix a few more minor typos #13801

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Aug 31, 2024
Merged

Fix a few more minor typos #13801

merged 6 commits into from
Aug 31, 2024

Conversation

sarayourfriend
Copy link
Contributor

Hello, again! 🙂

I found a few more typos while working through the rest of getting started after #13800.

These docs were great, I enjoyed reading them to be introduced to Elixir. Nice work!

Fix missing `s` for plural noun.

Add backticks to `ExUnit` for consistency with other references of the same.
@@ -200,7 +200,7 @@ It is exactly this supervision system that makes constructs like `try/catch` and

## After

Sometimes it's necessary to ensure that a resource is cleaned up after some action that could potentially raise an error. The `try/after` construct allows you to do that. For example, we can open a file and use an `after` clause to close it -- even if something goes wrong:
Sometimes it's necessary to ensure that a resource is cleaned up after some action that could potentially raise an error. The `try/after` construct allows you to do that. For example, we can open a file and use an `after` clause to close iteven if something goes wrong:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The replacement character is an emdash, which won't be visible in the regular diff. The rich text diff makes this clearer, though.

@josevalim josevalim merged commit 00f2662 into elixir-lang:main Aug 31, 2024
@josevalim
Copy link
Member

💚 💙 💜 💛 ❤️

@sarayourfriend sarayourfriend deleted the patch-1 branch August 31, 2024 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants