Skip to content

Commit 7658d2b

Browse files
committed
Fix typos in README
1 parent 5fbb199 commit 7658d2b

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
@@ -3,7 +3,7 @@
33
![CI](https://github.com/linux-surface/surface-dtx-daemon/workflows/CI/badge.svg)
44

55
Linux User-Space Detachment System (DTX) Daemon for the Surface ACPI Driver (and Surface Books).
6-
Currently only the Surface Book 2 and 3 are supported, due to lack of driver-support on the Surface Book 1.
6+
Currently, only the Surface Book 2 and 3 are supported, due to lack of driver-support on the Surface Book 1.
77
This may change in the future.
88

99
## About this Package
@@ -15,7 +15,7 @@ A system daemon (`surface-dtx-daemon`) and a per-user daemon (`surface-dtx-userd
1515
See the configuration section below for details.
1616
Furthermore, this daemon provides a d-bus interface via which you can query the current device mode (i.e. if the device is in tablet-, laptop- or studio-mode).
1717

18-
- The per-user daemon is responsible for desktop-notifications, i.e. it notifies you when the cliboard can be physically detached (i.e. the latch holding it in place is unlocked), and when the re-attachment process has been completed, i.e. indicating when it is fully usable again after re-attachment.
18+
- The per-user daemon is responsible for desktop-notifications, i.e. it notifies you when the clipboard can be physically detached (i.e. the latch holding it in place is unlocked), and when the re-attachment process has been completed, i.e. indicating when it is fully usable again after re-attachment.
1919
Running this daemon is completely optional, i.e. if you don't want any notifications, you are free to simply not run it.
2020

2121
The split into two daemons is required as notifications can only be sent on a per-user basis.
@@ -24,11 +24,11 @@ The split into two daemons is required as notifications can only be sent on a pe
2424

2525
If you have a Debian (Ubuntu, ...) based distribution, have a look at the [releases page][releases] for official packages.
2626
Official Arch Linux packages can be found in the AUR (`surface-dtx-daemon`).
27-
After installation you may want to:
27+
After installation, you may want to:
2828
- enable the systemd service for the system daemon using `systemctl enable surface-dtx-daemon.service`.
2929
- enable the systemd service for the per-user daemon using `systemctl enable --user surface-dtx-userd.service`.
3030

31-
Alternatively, you can build these packages yourself, using the provided `PKGBUILD` (Arch Linux) or `makedeb.sh` script in the respective `pkg` sub-directories.
31+
Alternatively, you can build these packages yourself, using the provided `PKGBUILD` (Arch Linux) or `makedeb.sh` script in the respective `pkg` subdirectories.
3232

3333
## Configuration
3434

@@ -38,7 +38,7 @@ The main configuration files can be found under
3838
- `/etc/surface-dtx/surface-dtx-userd.conf` for the per-user daemon configuration.
3939

4040
Here you can specify the handler-scripts for supported events and other options.
41-
All options are explanined in these files, the configuration language is TOML, default attach and detach handler scripts are included.
41+
All options are explained in these files, the configuration language is TOML, default attach and detach handler scripts are included.
4242

4343
Furthermore, a per-user configuration for the user daemon can also be created under `$XDG_CONFIG_HOME/surface-dtx/surface-dtx-userd.conf` (if not set, `$XDG_CONFIG_HOME` defaults to `.config`).
4444

0 commit comments

Comments
 (0)