From 07a3cbf02e2c4b554e8e309cafd7b7fed34a117f Mon Sep 17 00:00:00 2001 From: Eric Hiller Date: Sun, 3 Nov 2019 05:54:46 -0700 Subject: [PATCH] Fixed misplaced double quotation. (#11089) --- source/_integrations/snmp.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/snmp.markdown b/source/_integrations/snmp.markdown index 1eb624e3e64..649c77bfbff 100644 --- a/source/_integrations/snmp.markdown +++ b/source/_integrations/snmp.markdown @@ -82,7 +82,7 @@ baseoid: required: true type: string auth_key: - description: A"uthentication key for SNMPv3. Variable `priv_key` must also be set." + description: "Authentication key for SNMPv3. Variable `priv_key` must also be set." required: inclusive type: string priv_key: