doc: fix grammar: "your" -> "you're"
where it's meant to be a contraction of "you are" rather than a possessive pronoun
This commit is contained in:
parent
03e28433ce
commit
1240356b37
3 changed files with 4 additions and 4 deletions
doc/start
|
@ -1,7 +1,7 @@
|
|||
# From NixOS
|
||||
|
||||
## Generate Configuration
|
||||
Assuming your happy with your existing partition layout, you can generate a
|
||||
Assuming you're happy with your existing partition layout, you can generate a
|
||||
basic NixOS configuration for your system using:
|
||||
```sh
|
||||
flk up
|
||||
|
@ -28,7 +28,7 @@ Now might be a good time to read the docs on [suites](../concepts/suites.md) and
|
|||
> them directly into a host module of your own making, and commit that instead.
|
||||
# Installation
|
||||
|
||||
Once your ready to deploy `hosts/my-host.nix`:
|
||||
Once you're ready to deploy `hosts/my-host.nix`:
|
||||
```sh
|
||||
flk my-host switch
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue