style(Programming Basics - Hello, World - Exercise 4): A typo fixed
The description was adjusted to have "pressing a shortcut" along the text instead of "clicking a shortcut" Closes https://youtrack.jetbrains.com/issue/EDC-412
This commit is contained in:
parent
184b550de0
commit
46550b993e
|
@ -2,7 +2,7 @@
|
|||
|
||||
IntelliJ IDEA is a powerful tool that allows you to carry out common actions
|
||||
in an efficient way. Running the `main()` function is an example of such an
|
||||
action, and IntelliJ IDEA allows you to do that by clicking a shortcut. A
|
||||
action, and IntelliJ IDEA allows you to do that by pressing a shortcut. A
|
||||
shortcut is a special key combination that causes a specific command to be
|
||||
executed. Throughout this course, you'll learn common shortcuts.
|
||||
|
||||
|
|
Loading…
Reference in New Issue