Skip to content

Commit c33896c

Browse files
committed
Fix typo + minor language tweaks
1 parent c46058f commit c33896c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/tips-and-tricks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ example, the `<c>` element below would be assigned the nodename `c.b.a`:
2121
`labwc` also parses XML in an element/attribute agnostic way, which means that
2222
`<a><b>foo</b></a>` is equivalent to `<a b="foo"/>`.
2323

24-
Too see the config/menu file nodenames when `labwc` starts, set the following
24+
To see the config/menu file nodenames when `labwc` starts, set the following
2525
environment variables:
2626

2727
```

src/troubleshooting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ do not resulting in the wrong or no cursor being set.
2424
## Logout
2525

2626
When using a laptop with an external monitor and the built-in monitor is closed,
27-
it may happen that the system goes into hibernation when disconnecting.
28-
If so, edit the configuration file `etc/systemd/logind.conf' and uncomment
29-
the following and set them to ignore (see logind.conf(5) manual for more info):
27+
the system may go into hibernation when disconnecting. To avoid this, edit the
28+
configuration file `etc/systemd/logind.conf' and set following to ignore (see
29+
logind.conf(5) manual for more info):
3030

3131
```
3232
HandleLidSwitch=ignore

0 commit comments

Comments
 (0)