From 450d3dbe912cc470c6c7d44f8d3d98ec132bafa6 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 1e017ffd7e..796c7e6e8d 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.