From f3ba4d0d0c34d406902a02489cc6aaafd31a491c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Simon=20Joda=20St=C3=B6=C3=9Fer?=
 <SimJoSt@users.noreply.github.com>
Date: Thu, 9 Feb 2017 17:31:17 +0100
Subject: [PATCH] docs: fix typos in 2016.1 release notes (#1031)

Add missing trailing `,` in simple_tc section and change the order of ingress and egress to default format used by Gluon.
---
 docs/releases/v2016.1.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/releases/v2016.1.rst b/docs/releases/v2016.1.rst
index 5a42a1eb6..94229c5ae 100644
--- a/docs/releases/v2016.1.rst
+++ b/docs/releases/v2016.1.rst
@@ -175,9 +175,9 @@ Site changes
         mesh_vpn = {
           ifname = 'mesh-vpn',
           enabled = false,
-          limit_ingress = 3000,
           limit_egress = 200,
-        }
+          limit_ingress = 3000,
+        },
       }
 
     needs to be changed to
@@ -189,8 +189,8 @@ Site changes
 
         bandwidth_limit = {
           enabled = false,
-          ingress = 3000,
           egress = 200,
+          ingress = 3000,
         },
       }
 
-- 
GitLab