Skip to content

Commit d67910f

Browse files
committed
...
1 parent 4a22e72 commit d67910f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/just.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ As you might be noticing, commands in the terminal can get quite long.
44

55
Not only are you liable to make a mistake typing out `java --module-path a:bunch:of:files --add-modules ALL-MODULE-PATH src/Main.java` for the 20th time, you are also just going to get annoyed doing so.[^nature]
66

7-
To remember what commands to run to do certain tasks I reccomend using a tool called "[just](https://github.com/casey/just)."
7+
To remember what commands to run to do certain tasks I recommend using a tool called "[just](https://github.com/casey/just)."
88

99
```justfile,no_run
1010
help:

src/the_terminal/chromebooks_and_school_computers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ This is a good thing if your goal is to prevent high schoolers from committing s
77
There are also computer types, like chromebooks, which aren't really built with programming in mind. While you could access a terminal, the sorts of programs you would generally install to
88
work with Java will be out of reach. It's a similar case for things like iPads.
99

10-
If you are in one of these situations I would reccomend getting a "normal" computer if at all possible. You can make do for a time, but eventually it will be required to continue in this field.[^thems]
10+
If you are in one of these situations I would recommend getting a "normal" computer if at all possible. You can make do for a time, but eventually it will be required to continue in this field.[^thems]
1111

1212
[^thems]: Thems the ropes, kid. 🤷

0 commit comments

Comments
 (0)