Skip to content

Commit

Permalink
docs: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
adombeck authored and roddhjav committed Jan 15, 2025
1 parent d20435e commit 462a972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ To build a VM image for development purpose, run the following from the `tests`
| Debian | Server | `make debian flavor=server` | `debian-server` |
| openSUSE | KDE | `make opensuse flavor=kde` | `opensuse-kde` |
| Ubuntu | Server | `make ubuntu flavor=server` | `ubuntu-server` |
| Ubuntu | Desktop | `make ubuntu falvor=desktop` | `ubuntu-desktop` |
| Ubuntu | Desktop | `make ubuntu flavor=desktop` | `ubuntu-desktop` |

**VM management**

Expand Down Expand Up @@ -88,7 +88,7 @@ On all images, `aa-update` can be used to rebuild and install the latest version
Prepare the test environment:
```sh
cd tests
make <dist> falvor=<flavor>
make <dist> flavor=<flavor>
AA_INTEGRATION=true vagrant up <name>
```

Expand Down

0 comments on commit 462a972

Please sign in to comment.