diff --git a/docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenterHierarchy.md b/docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenterHierarchy.md
index 91da4b72a8c8ebc9c4b39e29e29e1ade3ea5cb8e..e4447b009bfdd14e20feef882591b13a75999321 100644
--- a/docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenterHierarchy.md
+++ b/docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenterHierarchy.md
@@ -73,7 +73,7 @@ This part you'll notice is quite straightforward. The only special attention we
     - Start Page:  1
     - End Page:  1000 
     - Page Increment Factor:  1
-    - End Of Response Expression:  "data": \[\]  (this is what will stop the pagination at the page AFTER the last page that contains data.  It is referencing an empty array to successfully search for.)
+    - End Of Response Expression:  "data": \\[\\]  (this is what will stop the pagination at the page AFTER the last page that contains data.  It is referencing an empty array to successfully search for.)
     - The rest of the settings remain at their default.
 
 ![Pagination](images/pagination.png)
diff --git a/docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenters.md b/docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenters.md
index 37fe5ad54c9a67f93559f9b92d3d722fde335b4f..c02373071b70820a5d3e8439c2f8cf9c9c5de3b1 100644
--- a/docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenters.md
+++ b/docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenters.md
@@ -73,7 +73,7 @@ This part you'll notice is quite straightforward. The only special attention we
     - Start Page:  1
     - End Page:  1000  
     - Page Increment Factor:  1
-    - End Of Response Expression:  "data": \[\]  (this is what will stop the pagination at the page AFTER the last page that contains data.  It is referencing an empty array to successfully search for.)
+    - End Of Response Expression:  "data": \\[\\]  (this is what will stop the pagination at the page AFTER the last page that contains data.  It is referencing an empty array to successfully search for.)
     - The rest of the settings remain at their default.
 
 ![Pagination](images/pagination.png)