1
1
Fork 0

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:
Igor 2021-05-27 10:10:00 +03:00
parent 184b550de0
commit 46550b993e
1 changed files with 1 additions and 1 deletions

View File

@ -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.