fix: correct typos in lecture-working-with-file-systems block. (#64811)

This commit is contained in:
Heidi Fryzell
2026-01-16 02:16:50 -05:00
committed by GitHub
parent 191f4b1b24
commit 7f3d4d1182
@@ -7,13 +7,13 @@ dashedName: how-to-create-move-and-delete-files-and-folders-using-explorer-finde
# --description--
To create a file on Windows using the Explorer, you can click on the "New" option at the top right. This will show you a list of the different types of files that you can create.
To create a file on Windows using the Explorer, you can click on the "New" option at the top left. This will show you a list of the different types of files that you can create.
You can also create files in their corresponding applications. Let's create a text file to show you the process.
When you click on "New" and select the file type, you will see a new text file in your current folder with a default name. You can rename it if you'd like.
The process of creating folders is exactly the same. Click the "New" button at the top right and then select the "Folder" option or right-click on an empty spot and go to "New." Then, select the "Folder" option. You'll see a new empty folder in your current location.
The process of creating folders is exactly the same. Click the "New" button at the top left and then select the "Folder" option or right-click on an empty spot and go to "New." Then, select the "Folder" option. You'll see a new empty folder in your current location.
You can rename files and folders by selecting them and clicking on the "Rename" option at the top. When current name of the file is highlighted, you can start writing the new name of the file. Press Enter to confirm the changes.
@@ -39,7 +39,7 @@ For example, to create a simple plain text file, you can open TextEdit and save
There are many ways to open TextEdit. One of them is to go to Launchpad. Then, search for an app where you can create the type of file that you're interested in. In this case, that would be "TextEdit." Click on the icon to open the app.
Once you are inside the app, you should see an option to save your file in the App menu. This menu is located at the top-right, next to the Apple menu icon.
Once you are inside the app, you should see an option to save your file in the File menu. This menu is located at the top left, next to the Apple menu icon.
In one of the App menu options, you should see a command to save the file. This is usually under the File menu.