docs(startingpoint): fix typos with formatting (#35)

This commit is contained in:
gerblesh 2023-09-10 22:25:46 -07:00 committed by GitHub
parent 911ed35367
commit 69b4ced037
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View file

@ -10,7 +10,7 @@ The `files` module simplifies the process of copying files to the image during t
```yaml
type: files
files:
usr: /usr
- usr: /usr
```
In the example above, `usr` represents the directory located inside the `config/files` in the repository, while `/usr` designates the corresponding destination within the image.