From e52761fbd3e9787298280384b37eb1d5557adb3a Mon Sep 17 00:00:00 2001 From: Bianca Henderson Date: Thu, 18 Oct 2018 16:18:29 -0400 Subject: [PATCH] Making minor changes (#47311) +label: docsite_pr --- docs/docsite/rst/scenario_guides/guide_meraki.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/scenario_guides/guide_meraki.rst b/docs/docsite/rst/scenario_guides/guide_meraki.rst index ca8d7f2c429..e37c68c3b22 100644 --- a/docs/docsite/rst/scenario_guides/guide_meraki.rst +++ b/docs/docsite/rst/scenario_guides/guide_meraki.rst @@ -28,7 +28,7 @@ Meraki's MX firewalls support full layer 3-7 deep packet inspection. MX firewall MR Wireless Access Points ------------------------- -MR access points are enterprise class, high performance, access points for the enterprise. MR access points have MIMO technology and integrated beamforming built-in for high performance applications. BLE allows for advanced location applications to be developed with no on-premises analytics platforms. +MR access points are enterprise-class, high-performance access points for the enterprise. MR access points have MIMO technology and integrated beamforming built-in for high performance applications. BLE allows for advanced location applications to be developed with no on-premises analytics platforms. Using the Meraki modules ======================== @@ -129,4 +129,4 @@ Error Handling Ansible's Meraki modules will often fail if improper or incompatible parameters are specified. However, there will likely be scenarios where the module accepts the information but the Meraki API rejects the data. If this happens, the error will be returned in the ``body`` field for HTTP status of 400 return code. -Meraki's API returns a 404 error if the API key is not correct. It does not provide any specific error saying the key is incorrect. If you receive a 404 error, check the API key first. 404 errors can also occur if improper object IDs (ex. ``org_id``) are specified. \ No newline at end of file +Meraki's API returns a 404 error if the API key is not correct. It does not provide any specific error saying the key is incorrect. If you receive a 404 error, check the API key first. 404 errors can also occur if improper object IDs (ex. ``org_id``) are specified.