diff --git a/Content/liquibase-pro/policy-checks/custom-policy-checks/home.htm b/Content/liquibase-pro/policy-checks/custom-policy-checks/home.htm
index 61a4c39c1..45b801583 100644
--- a/Content/liquibase-pro/policy-checks/custom-policy-checks/home.htm
+++ b/Content/liquibase-pro/policy-checks/custom-policy-checks/home.htm
@@ -119,7 +119,7 @@
Configure and customize your new check in the CLI
Set the script type. In 4.29.0, Python is the only available script type.
Set the script path. This is the relative path where your script is stored, whether it is stored locally or in a repository.
In this example, we will set the path to Scripts/custom-check-no-tables.py
.
- Set the script argument. This allows you to pass dynamic information into the custom policy check without modifying the Python code. The script arguments allow your Python scripts remain reusable with different variables.
+ Set the script argument. This allows you to pass dynamic information into the custom policy check without modifying the Python code. The script arguments ensure that your Python scripts remain reusable with different variables.
Set whether the check requires a snapshot:REQUIRES_SNAPSHOT (options: true, false) [false]:
If your check requires a snapshot, it may need to query the database, which can impact performance. The larger your database, the more performance impact this causes.