From 6a664a46699f7883961090e5a55f60b529a18964 Mon Sep 17 00:00:00 2001 From: Stu Small Date: Wed, 13 Jul 2016 16:50:19 -0600 Subject: [PATCH] Fixing minor punctuation mistake. --- website/source/docs/agent/http/agent.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/http/agent.html.markdown b/website/source/docs/agent/http/agent.html.markdown index 1e017ffd7..796c7e6e8 100644 --- a/website/source/docs/agent/http/agent.html.markdown +++ b/website/source/docs/agent/http/agent.html.markdown @@ -394,7 +394,7 @@ body must look like: } ``` -The `Name` field is mandatory, If an `ID` is not provided, it is set to `Name`. +The `Name` field is mandatory. If an `ID` is not provided, it is set to `Name`. You cannot have duplicate `ID` entries per agent, so it may be necessary to provide an ID in the case of a collision.