From 532ff0f0a4f12225d5785bc98d7a4528e0c779d6 Mon Sep 17 00:00:00 2001
From: Tomer Cohen <tomer-launchpad.net@tomercohen.com>
Date: Thu, 25 Oct 2018 20:48:05 +0000
Subject: docs: remove colon from network v1 config example.

The docs for network v1 config contained a errant ':'.  Simply drop it.
---
 doc/rtd/topics/network-config-format-v1.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'doc')

diff --git a/doc/rtd/topics/network-config-format-v1.rst b/doc/rtd/topics/network-config-format-v1.rst
index 3b0148ca..83520000 100644
--- a/doc/rtd/topics/network-config-format-v1.rst
+++ b/doc/rtd/topics/network-config-format-v1.rst
@@ -332,7 +332,7 @@ the following keys:
            - type: static
              address: 192.168.23.14/27
              gateway: 192.168.23.1
-      - type: nameserver:
+      - type: nameserver
         address:
           - 192.168.23.2
           - 8.8.8.8
-- 
cgit v1.2.3