diff --git a/apps/secrets.html.markerb b/apps/secrets.html.markerb
index 85278048ca..804c4c518a 100644
--- a/apps/secrets.html.markerb
+++ b/apps/secrets.html.markerb
@@ -5,7 +5,7 @@ nav: apps
redirect_from: /docs/reference/secrets/
---
-Specify secrets for your Fly App using the `fly secrets` command. Secrets allow sensitive values, such as credentials, to be passed securely to your Fly App. The secret is encrypted and stored in a vault. An app's secrets are available as environment variables at runtime on every Machine belonging to that Fly App, whether the Machine managed by Fly Launch or not.
+Specify secrets for your Fly App using the `fly secrets` command. Secrets allow sensitive values, such as credentials, to be passed securely to your Fly App. The secret is encrypted and stored in a vault. An app's secrets are available as environment variables at runtime on every Machine belonging to that Fly App, whether the Machine is managed by Fly Launch or not.
Data stored as secrets doesn't have to be sensitive; secrets are made available to the app as environment variables to use for whatever purpose you like.