diff options
author | Christian Breunig <christian@breunig.cc> | 2023-12-22 12:29:55 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-12-22 12:30:07 +0100 |
commit | 81a5c9cddba0409c00cab10762fd3ab4a9967fbc (patch) | |
tree | 93c900646b8b82974ba677948b7461c94d3c5342 | |
parent | b3afd820d84de00c49349f2e188fc5124b67d535 (diff) | |
download | vyos-documentation-81a5c9cddba0409c00cab10762fd3ab4a9967fbc.tar.gz vyos-documentation-81a5c9cddba0409c00cab10762fd3ab4a9967fbc.zip |
testing: fix typo
(cherry picked from commit ad4a92eb9823654abb4acc38549b771f5a7212e9)
-rw-r--r-- | docs/contributing/testing.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/contributing/testing.rst b/docs/contributing/testing.rst index d5df9d59..772ff04a 100644 --- a/docs/contributing/testing.rst +++ b/docs/contributing/testing.rst @@ -4,10 +4,11 @@ Testing ####### -One of the major advantages introduced in VyOS 1.3 is an autmated test framework. -When assembling an ISO image multiple things can go wrong badly and publishing -a faulty ISO makes no sense. The user is disappointed by the quality of the image -and the developers get flodded with bug reports over and over again. +One of the major advantages introduced in VyOS 1.3 is an automated test +framework. When assembling an ISO image multiple things can go wrong badly and +publishing a faulty ISO makes no sense. The user is disappointed by the quality +of the image and the developers get flodded with bug reports over and over +again. As the VyOS documentation is not only for users but also for the developers - and we keep no secret documentation - this section describes how the automated |