Skip to content

Commit dde7d11

Browse files
committed
fix: grammar enhancements for better flow in file tree section
1 parent 5b23b20 commit dde7d11

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/05-file-management.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: File Management
55
import React from 'react';
66
import VideoPlayer from '@site/src/components/Video/player';
77

8-
This section covers how **Phoenix Code Editor** lets you manage, organize, and navigate files and folders within your projects.
8+
This section covers how **Phoenix Code** lets you manage, organize, and navigate files and folders within your projects.
99

1010
---
1111

@@ -16,18 +16,18 @@ It lists all files and folders in a hierarchical view.
1616

1717
![File Tree](./images/fileManagement/file-tree.png "File Tree")
1818

19-
> All file and folder operations, such as creating, renaming, and deleting, is generally performed through the File Tree.
20-
2119
### File Tree Context Menu
2220

2321
When you right-click within the File Tree, a context menu appears which allows you to perform various operations.
22+
> All file and folder operations, such as creating, renaming, and deleting are generally performed through this context menu.
2423
25-
- Right‑click a **file** → the action applies to that file.
26-
- Right‑click a **folder** → the action applies inside that folder (e.g., add file, create subfolder, delete contents).
27-
- Right‑click on **empty space** → the action applies to the project’s root directory.
24+
The element you right-click in the File Tree becomes the selected context, meaning any operation performed will apply to that item. For example:
25+
- Right-click a **file** → the action applies to that file.
26+
- Right-click a **folder** → the action applies to or inside that folder (e.g., add file, create subfolder, delete contents).
27+
- Right-click on **empty space** → the action applies to the project’s root directory.
2828

2929
![File Tree Context Menu](./images/fileManagement/file-tree-context-menu.png "File Tree Context Menu")
30-
> In this example, `index.html` is selected. Any action from the context menu will apply to that file.
30+
> In this example, `index.html` is selected as the context. Any action from the context menu will apply to that file.
3131
3232
The File Tree updates automatically, but if files or folders appear missing, use `Refresh File Tree` option in the context menu to manually reload it. This option forces a full refresh of the tree view.
3333

@@ -36,7 +36,7 @@ See the [Keyboard Shortcuts Guide](./Features/keyboard-shortcuts) for complete d
3636

3737
### Sorting Files and Folders
3838

39-
By default, the File Tree sorts folders first (in ascending order), followed by files.
39+
By default, the File Tree sorts folders first (in ascending order *a-z*), followed by files.
4040

4141
To sort folders and files together:
4242
1. Click the **arrows icon** at the top-right of the sidebar.

0 commit comments

Comments
 (0)