diff --git a/docs/tutorials/API_Related/CAOS_SOAP_API/CAOS_with_CAI.md b/docs/tutorials/API_Related/CAOS_SOAP_API/CAOS_with_CAI.md
index c22de906cc5df1ec84687f8c7bba0b6d7c37fe18..8fc991d7e9d62f4f0c50cdd564bafd419351564f 100644
--- a/docs/tutorials/API_Related/CAOS_SOAP_API/CAOS_with_CAI.md
+++ b/docs/tutorials/API_Related/CAOS_SOAP_API/CAOS_with_CAI.md
@@ -11,7 +11,7 @@ Another thing to consider is that setting up an integration to [consume CAOS dat
 The steps for setting up a Process in CAI are as follows:
 
 1) Create a Service Connector.
-    - For CAOS, you will need to download the .wsdl file instead of refer to the URL, due to the URL only being accessible if your IP is whitelisted.
+    - For CAOS, you will need to download the .wsdl file instead of refer to the URL, due to the URL only being accessible if your IP is added to allow list.
 2) Create an App Connection and refer it to the Service Connector created in step 1.
 3) Create a Process and add a step within it that uses the App Connection that refers to the Service Connector.