diff options
author | Cameron Smith <[email protected]> | 2024-12-20 08:45:33 +1000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-19 23:45:33 +0100 |
commit | 0cf43e594f13e3de1f076028c13d10a25ef4a635 (patch) | |
tree | f2d2d232ba3c9608aa4f58175d08d2e956dfea1e | |
parent | c34349ca44c4e43bf2c58b3e2e4f1f9e39358b53 (diff) |
Fix typo in docs (#190)
-rw-r--r-- | CONTRIBUTING.md | 2 | ||||
-rw-r--r-- | docs/guide/getting-started/installation.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7b29bcf..8b4ea71 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ You can contribute by: - [Suggesting new features](https://github.com/Aylur/astal/issues/new?assignees=&labels=enhancement&projects=&template=feature_request.md&title=) - [Reporting bugs](https://github.com/Aylur/astal/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=) - Improving docs with additional contexts and examples - - adding more distros to sections about installations e.g [bulding from source](https://aylur.github.io/astal/guide/getting-started/installation#bulding-libastal-from-source) + - adding more distros to sections about installations e.g [building from source](https://aylur.github.io/astal/guide/getting-started/installation#building-from-source) - Adding more example projects to [examples](https://github.com/Aylur/astal/tree/main/examples) - Adding new language support/binding. For these open a PR for discussions. - Adding new libraries e.g support for more wayland compositors diff --git a/docs/guide/getting-started/installation.md b/docs/guide/getting-started/installation.md index e32b6a9..a942315 100644 --- a/docs/guide/getting-started/installation.md +++ b/docs/guide/getting-started/installation.md @@ -22,7 +22,7 @@ maintainer: [@Aylur](https://github.com/Aylur) Read more about it on the [nix page](./nix#astal) -## Bulding From Source +## Building From Source 1. Install the following dependencies |