Skip to content
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

Fix typo #527

Merged
merged 2 commits into from
Dec 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2024/articles/2024-12-24.pod
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ virtual machine technologies like Amazon's AMI system that can be used to
quickly create a "throwaway" machine with whatever machine image we want
installed on it.

We now live in the Docker (container) world where each script can have it's own
We now live in the Docker (container) world where each script can have its own
version of Perl, with exactly the dependencies it needs installed just for it.

=head2 Perl 5
Expand Down
1 change: 1 addition & 0 deletions typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Claus = "Claus"
DNE = "DNE"
IFF = "IFF"
Signes = "Signes"
THM = "THM"

[files]
extend-exclude = ["advent.ini", "data.en"]
Loading