From 281c5ff8ec1d64888d21e157c31aeafd0561c8dd Mon Sep 17 00:00:00 2001 From: casey Date: Sun, 11 Aug 2019 15:54:38 -0500 Subject: [PATCH] Update fortigate.markdown (#10111) --- source/_components/fortigate.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/fortigate.markdown b/source/_components/fortigate.markdown index 3d063e675d4..a5e2b815d25 100644 --- a/source/_components/fortigate.markdown +++ b/source/_components/fortigate.markdown @@ -43,7 +43,7 @@ Add the following to your `configuration.yaml` file: # Example configuration.yaml entry fortigate: host: HOST_IP - username: YPUR_USERNAME + username: YOUR_USERNAME api_key: YOUR_API_KEY ```