Skip to content

Commit 314178a

Browse files
committed
fix: typo in case
1 parent 3dc9e6d commit 314178a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/05-file-management.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,18 +138,18 @@ Go to `View > File Tab Bar` to toggle it on or off.
138138

139139
#### 2. From the Sidebar
140140
Click the **double-arrow** icon in the top-right corner of the sidebar,
141-
then use the `Show File Tab Bar` option in the dropdown to toggle the Tab bar.
141+
then use the `Show File Tab Bar` option in the dropdown to toggle the Tab Bar.
142142

143143
![Disable Tab Bar](./images/fileManagement/disable-tab-bar-2.png "Disable Tab Bar")
144144

145145
#### 3. From Preferences
146-
You can also toggle the Tab bar by updating the `showTabBar` option in the preferences file.
146+
You can also toggle the Tab Bar by updating the `showTabBar` option in the preferences file.
147147
```json
148148
"tabBar.options": {
149149
"showTabBar": false
150150
}
151151
```
152-
*Add this in your preferences file to hide the Tab bar.*
152+
*Add this in your preferences file to hide the Tab Bar.*
153153
Set the value to `true` to enable it.
154154
See [Editing Preferences](./editing-text#editing-preferences) if you need help in editing the preferences.
155155

0 commit comments

Comments
 (0)