Skip to content

Commit e80d508

Browse files
authored
docs: fix typos and grammar (#235)
1 parent 7a039f5 commit e80d508

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
The goal of this statusbar is to provide a highly customizable and extensible statusbar for zellij. Single
1818
modules can be formatted separately. Due to the widget structure new modules can be created with ease.
1919

20-
As an addition, this repsitory contains *zjframes* which can be used to toggle pane frames based on different
20+
As an addition, this repository contains *zjframes* which can be used to toggle pane frames based on different
2121
conditions even without loading *zjstatus*, e.g. when using the default status bars.
2222
</p>
2323

@@ -107,16 +107,16 @@ For configuring, please follow the [documentation](https://github.com/dj95/zjsta
107107

108108
## 🏎️ Quick Start for zjstatus
109109

110-
Place the following configuration in your default layout file, e.g. `~/.config/zellij/layouts/default.kdl`. Right after starting zellij, it will prompt for permissions, that needs to be granted in order for zjstatus to work. Simply navigate to the pane or click on it and press `y`. This must be repeated on updates. For more details on permissions, please visit the [wiki](https://github.com/dj95/zjstatus/wiki/2-%E2%80%90-Permissions).
110+
Place the following configuration in your default layout file, e.g. `~/.config/zellij/layouts/default.kdl`. Right after starting zellij, it will prompt for permissions, which need to be granted in order for zjstatus to work. Simply navigate to the pane or click on it and press `y`. This must be repeated on updates. For more details on permissions, please visit the [wiki](https://github.com/dj95/zjstatus/wiki/2-%E2%80%90-Permissions).
111111

112112
> [!IMPORTANT]
113-
> Downloading zjstatus as file and using `file:~/path/to/zjstatus.wasm` is recommend, even if the quickstart includes the https location.
113+
> Downloading zjstatus as file and using `file:~/path/to/zjstatus.wasm` is recommended, even if the quickstart includes the https location.
114114
115115
> [!IMPORTANT]
116116
> Using zjstatus involves creating new layouts and overriding the default one. This will lead to swap layouts not working, when they are not configured correctly. Please follow [this documentation](https://github.com/dj95/zjstatus/wiki/3-%E2%80%90-Configuration#swap-layouts) for getting swap layouts back to work, if you need them.
117117
118118
> [!IMPORTANT]
119-
> If you want to hide borders, please remove the `hide_frame_for_single_pane` option or set it to `false`. Otherwise zjstatus will toggle frame borders even if the are hidden in zellijs config!
119+
> If you want to hide borders, please remove the `hide_frame_for_single_pane` option or set it to `false`. Otherwise zjstatus will toggle frame borders even if they are hidden in zellij's config!
120120
121121
```javascript
122122
layout {
@@ -162,7 +162,7 @@ Add the following to the *config.kdl* or add the plugin to `load_plugins`, if yo
162162
Double check if the configuration matches your expectations. Then restart zellij.
163163

164164
> [!IMPORTANT]
165-
> Downloading zjframes as file and using `file:~/path/to/zjframes.wasm` is recommend, even if the quickstart includes the https location.
165+
> Downloading zjframes as file and using `file:~/path/to/zjframes.wasm` is recommended, even if the quickstart includes the https location.
166166
167167
```javascript
168168
// Plugins to load in the background when a new session starts

0 commit comments

Comments
 (0)