From 3e79219c490bc9583497fbab29103d6d6e7dc80a Mon Sep 17 00:00:00 2001 From: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com> Date: Mon, 25 Mar 2019 09:22:27 -0500 Subject: [PATCH] Fixing smart quotes (#5522) --- website/source/docs/guides/production-acls.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/guides/production-acls.html.md b/website/source/docs/guides/production-acls.html.md index 99cfc4dcf9..0c5288e2ea 100644 --- a/website/source/docs/guides/production-acls.html.md +++ b/website/source/docs/guides/production-acls.html.md @@ -261,7 +261,7 @@ Finally, add the token to the service definition. "service": { "name": "dashboard", "port": 9002, - “token”: “57c5d69a-5f19-469b-0543-12a487eecc66”, + "token": "57c5d69a-5f19-469b-0543-12a487eecc66", "check": { "id": "dashboard-check", "http": "http://localhost:9002/health",