Skip to content

Commit

Permalink
Fix more sneaky spelling mistakes (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjharder authored Sep 26, 2023
1 parent 93befbd commit 4d54169
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ This is the repository for Solus's Help Center documentation. This repository ex

Stumbled on this repo and have no idea what any of this is? Check out the [Solus](https://getsol.us) operating system!

## Updating local repos after docusarus switch
## Updating local repos after docusaurus switch

```
git branch -m master old-help-center
git branch -m docusarus master
git branch -m docusaurus master
git fetch origin
git branch -u origin/master master
git remote set-head origin -a
Expand Down
2 changes: 1 addition & 1 deletion docs/user/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Solus is not a commercial project. It is built and maintained by volunteers who

## Additional Support

The Help Center is not intended to be as comprehensive as something like the Arch Wiki. If you find yourself needing help with something not covered here, there are a varienty of places you might get support from us or fellow users.
The Help Center is not intended to be as comprehensive as something like the Arch Wiki. If you find yourself needing help with something not covered here, there are a variety of places you might get support from us or fellow users.

**[Forums](https://discuss.getsol.us)**

Expand Down
2 changes: 1 addition & 1 deletion docs/user/quick-start/installation/disks.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ summary: Overview of the partitioning that the installer can perform
Solus provides multiple ways you can install onto your system.

1. **Whole Drive**
Solus can take up the entire drive, using traditonal root partitions, or with LVM-managed root partitions.
Solus can take up the entire drive, using traditional root partitions, or with LVM-managed root partitions.
2. **Multi-boot**
You can install Solus next to your existing operating system, such as Windows. _If you have multiple operating systems installed, we will choose the largest option._
3. **Manual Partitioning**
Expand Down
2 changes: 1 addition & 1 deletion docs/user/troubleshooting/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ summary: Basic troubleshooting for some of the most common Solus problems.

This guide provides some basic troubleshooting instructions for when you have an issue in Solus. Before reporting bugs, it is important to validate your Solus installation doesn't suffer from missing files or disk corruption. Also ensuring the system is fully up to date as the bug may have already been fixed.

First of all performa a full system update `sudo eopkg up` (or via the Software Center). Then validate that packages are installed correctly and aren't missing files: (run this once, it will take some time and may not show much output)
First of all perform a full system update `sudo eopkg up` (or via the Software Center). Then validate that packages are installed correctly and aren't missing files: (run this once, it will take some time and may not show much output)

```bash
sudo eopkg check | grep Broken | awk '{print $4}' | xargs sudo eopkg it --reinstall
Expand Down

0 comments on commit 4d54169

Please sign in to comment.