Skip to content

Commit 823b11d

Browse files
committed
better wording for tutorial
1 parent 54df27c commit 823b11d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/configure-environment-variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This tutorial will show you how to configure sensitive environment variables in
1616

1717
## Step 1 - Go to your `compose.yaml` file
1818
:::info
19-
If you are using [Pulumi](/docs/concepts/pulumi) instead of Compose files to define your application, please see [Using Config With Pulumi](/docs/concepts/configuration#using-config-with-pulumi).
19+
If you are using [Pulumi](/docs/concepts/pulumi) instead of Compose files to define your services, please see [Using Config With Pulumi](/docs/concepts/configuration#using-config-with-pulumi) instead.
2020
:::
2121

2222
In your Compose file, you can define a sensitive config variable for your service by leaving it as a **blank or `null` value**. Defang will recognize it as a sensitive value.
@@ -48,7 +48,7 @@ defang config set API_KEY=actualvalue
4848
Remember to replace `API_KEY` with your variable name and `actualvalue` with your actual value.
4949

5050
:::tip
51-
You can view all of your config variables by doing `defang config ls`.
51+
You can view all the config variables you are storing in Defang by doing: `defang config ls`.
5252
:::
5353

5454
### Editing a config value

0 commit comments

Comments
 (0)