Skip to content

Commit 8da88ad

Browse files
authored
fix: correct typos and improve grammar in Compact Mode documentation (#199)
1 parent f756f83 commit 8da88ad

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

content/docs/user-manual/compact-mode.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Minimalistic interface for focused browsing
44
---
55
import KeyboardShortcut from '@/components/KeyboardShortcut';
66

7-
Compact Mode is one of Zen's main feature that let you hide all browser toolbars and give wider view for the website you're currently visit.
7+
Compact Mode is one of Zen's main features. It lets you hide all browser toolbars and gives a wider view of the website you're currently visiting.
88

9-
You can activate this feature by right click on empty area on the `toolbar > "Compact Mode" > "Enable compact mode"`, or use <KeyboardShortcut shortcut="Alt + Ctrl + C" /> keyboard shortcut.
9+
You can activate this feature by right-click on an empty area on the `toolbar > "Compact Mode" > "Enable compact mode"`, or use <KeyboardShortcut shortcut="Alt + Ctrl + C" /> keyboard shortcut.
1010

1111
{
1212
<div align="center">
@@ -17,21 +17,21 @@ You can activate this feature by right click on empty area on the `toolbar > "Co
1717
</div>
1818
}
1919

20-
In Single Toolbar mode, activating Compact Mode will hide the tab sidebar. You can access tab sidebar by hovering the side edge of the browser (based on whether `"Tabs on the right"` is activated or not).
20+
In Single Toolbar mode, activating Compact Mode will hide the tab sidebar. You can access the tab sidebar by hovering the side edge of the browser (based on whether `"Tabs on the right"` is activated or not).
2121

2222
In Multiple Toolbar or Collapsed Toolbar mode, you can choose which bar to hide. These options are accessible below "Compact Mode" > "Enable compact mode" when right clicking the toolbar:
2323

24-
- **Hide sidebar**: Hide the tab sidebar, accessible when hovering side edge of the browser.
25-
- **Hide toolbar**: Hide the top toolbar, accessible when hovering top edge of the browser.
26-
- **Hide both**: Hide both top toolbar and tab sidebar.
24+
- **Hide sidebar**: Hides the tab sidebar, accessible when hovering side edge of the browser.
25+
- **Hide toolbar**: Hides the top toolbar, accessible when hovering top edge of the browser.
26+
- **Hide both**: Hides both top toolbar and tab sidebar.
2727

2828
![Compact Mode](/assets/user-manual/compact-mode/enable-compact-mode.png)
2929

3030
You can also use these extra shortcuts to show the hidden bars, suitable for heavy keyboard users. Unlike usual hovering gesture, showing sidebar/toolbar using these shortcuts is done persistently, until you pressed the shortcut again to hide it.
3131

32-
- **Toggle Floating Sidebar**: <KeyboardShortcut shortcut="Alt + Ctrl + S" /> - Show the tab sidebar for all toolbar modes
33-
- **Toggle Floating Toolbar**: <KeyboardShortcut shortcut="Alt + Ctrl + W" /> - Show the top toolbar for Multiple & Collapsed Toolbar mode
32+
- **Toggle Floating Sidebar**: <KeyboardShortcut shortcut="Alt + Ctrl + S" /> - Shows the tab sidebar for all toolbar modes
33+
- **Toggle Floating Toolbar**: <KeyboardShortcut shortcut="Alt + Ctrl + W" /> - Shows the top toolbar for Multiple & Collapsed Toolbar mode
3434

3535
<Callout>
3636
_All shortcuts can be modified via `Settings > Keyboard Shortcuts`._
37-
</Callout>
37+
</Callout>

0 commit comments

Comments
 (0)