diff options
author | Robert Göhler <github@ghlr.de> | 2020-08-26 22:05:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-26 22:05:38 +0200 |
commit | 363d34ecc3780f3db7800291db03035dc5d95b23 (patch) | |
tree | 9dc019756e99e3afa95a036897007c3c3162d7dc | |
parent | dab473bfd04ab2930c043b853ba9995d1ff335e6 (diff) | |
parent | 43b73bbdf00ae284c6a5375ec7e35a82c941f9c3 (diff) | |
download | vyos-documentation-363d34ecc3780f3db7800291db03035dc5d95b23.tar.gz vyos-documentation-363d34ecc3780f3db7800291db03035dc5d95b23.zip |
Merge pull request #316 from dus2002/patch-1
fix bad typing
-rw-r--r-- | docs/contributing/build-vyos.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing/build-vyos.rst b/docs/contributing/build-vyos.rst index 43c1e608..9af21f51 100644 --- a/docs/contributing/build-vyos.rst +++ b/docs/contributing/build-vyos.rst @@ -154,7 +154,7 @@ in the repository_. The ``./configure`` script will also warn you if any dependencies are missing. Once you have the required dependencies installed, you may proceed with the -steps descirbed in :ref:`build_iso`. +steps described in :ref:`build_iso`. .. _build_iso: |