Refactor: improve consistency of the term "directory".
This commit changes the term "folder" to "directory" in every instance where the first is used in an example description, but the second is used in the example code, and vice versa.
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
77924e3ea0
commit
ac4094e0ad
@@ -13,11 +13,11 @@
|
||||
|
||||
- Open a file or directory in VS Code:
|
||||
|
||||
`code {{path/to/file_or_folder}}`
|
||||
`code {{path/to/file_or_directory}}`
|
||||
|
||||
- Open a file or directory in the currently open VS Code window:
|
||||
|
||||
`code --reuse-window {{path/to/file_or_folder}}`
|
||||
`code --reuse-window {{path/to/file_or_directory}}`
|
||||
|
||||
- Compare two files in VS Code:
|
||||
|
||||
|
Reference in New Issue
Block a user