diff --git a/src/content/docs/pages/functions/bindings.mdx b/src/content/docs/pages/functions/bindings.mdx index 166b943788428a3..8cb78a977c11c99 100644 --- a/src/content/docs/pages/functions/bindings.mdx +++ b/src/content/docs/pages/functions/bindings.mdx @@ -819,8 +819,8 @@ To add secrets to your Pages project: 3. Select your Pages project > select **Settings**. 4. Select your Pages environment > **Variables and Secrets** > **Add**. 5. Set a variable name and value. -5. Select **Encrypt** to create your secret. -6. Select **Save**. +6. Select **Encrypt** to create your secret. +7. Select **Save**. You use secrets the same way as environment variables. When setting secrets with Wrangler or in the Cloudflare dashboard, it needs to be done before a deployment that uses those secrets. For more guidance, refer to [Environment variables](#environment-variables).