diff --git a/content/tutorials/custom-policy-pack/validate-policy-pack/index.md b/content/tutorials/custom-policy-pack/validate-policy-pack/index.md index 5cbca759e327..81c6566e48f1 100644 --- a/content/tutorials/custom-policy-pack/validate-policy-pack/index.md +++ b/content/tutorials/custom-policy-pack/validate-policy-pack/index.md @@ -143,7 +143,7 @@ We need to: {{% choosable language typescript %}} -Replace to contents of `index.ts` with this code. +Replace the contents of `index.ts` with this code. ```python {{< example-program-snippet path="custom-policy-pack-integration-test-typescript" file="index.ts" language="typescript" >}}