Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Sep 29, 2024
1 parent ee16e82 commit c55b395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gettingstarted/extension/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ A quick comparison:

If it has a public API `major.minor.patch` else `minor.patch`.
Increase major if the API breaks.
Increase minor if the API got some backward compatible additions or the user experiences noticable changes.
Increase minor if the API got some backward compatible additions or the user experiences noticeable changes.
In all other cases increase patch.

### Avoiding name conflicts of extension identifiers
Expand Down
2 changes: 1 addition & 1 deletion src/gettingstarted/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ See [XDG Base Directory Specification](https://specifications.freedesktop.org/ba
## How to make hotkeys work on Wayland?

Wayland hotkey adoption is still in its [infancy](https://dec05eba.com/2024/03/29/wayland-global-hotkeys-shortcut-is-mostly-useless/).
A generic solution is to let your desktop environment handle the hotkey registration.
A general solution is to let your desktop environment handle the hotkey registration.
Bind the hotkey to the command you want it to run, e.g.

```bash
Expand Down

0 comments on commit c55b395

Please sign in to comment.