fix(docs): typos (#177)
This commit is contained in:
parent
28c57afcd6
commit
f26d91f455
1 changed files with 10 additions and 9 deletions
|
@ -15,7 +15,7 @@ Here you will find help if something doesn't work, if the issue isn't listed her
|
|||
|
||||
### Eww does not work on wayland
|
||||
|
||||
1. Make sure you compiled eww with the `--no-default-features --feature=wayland` flags.
|
||||
1. Make sure you compiled eww with the `--no-default-features --features=wayland` flags.
|
||||
2. Make sure that you're not trying to use X11-specific features (these are (hopefully) explicitly specified as such in the documentation).
|
||||
|
||||
### My scss isn't being loaded!
|
||||
|
@ -48,6 +48,7 @@ You should try the following things, before opening a issue or doing more specia
|
|||
- sometimes hot reloading doesn't work. restart the widget in that case
|
||||
|
||||
If you're experiencing issues printing variables, try to print them in quotes, so e.g.
|
||||
|
||||
```
|
||||
onchange="notify-send '{}'"
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue