diff options
author | Christian Breunig <christian@breunig.cc> | 2023-12-22 12:31:04 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-12-22 12:31:04 +0100 |
commit | 285bb81c490491d0887b0803a82f5be55e9a76c4 (patch) | |
tree | bfeb774fbf1d5af51f9e47cb67954f3e5d82c7eb /docs/testing.rst | |
parent | 8fe5bc54af35eb38deccfaeeee5395184817c680 (diff) | |
download | vyos-documentation-285bb81c490491d0887b0803a82f5be55e9a76c4.tar.gz vyos-documentation-285bb81c490491d0887b0803a82f5be55e9a76c4.zip |
testing: fix typo
Diffstat (limited to 'docs/testing.rst')
-rw-r--r-- | docs/testing.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/testing.rst b/docs/testing.rst index d5df9d59..772ff04a 100644 --- a/docs/testing.rst +++ b/docs/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 |