From ab8d76ba939e9f1b5ab9784cc0ae1729b8e25361 Mon Sep 17 00:00:00 2001 From: Thad Hughes Date: Fri, 24 Jan 2025 10:42:52 -0800 Subject: [PATCH] Fix typo (missing 'is') in secrets.html.markerb --- apps/secrets.html.markerb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.