Skip to content

Commit 03fa200

Browse files
committed
Fix article
1 parent 5fbd089 commit 03fa200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/fundamentals/api/how-to/make-api-calls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ $Env:ZONE_ID='f2ea6707005a4da1af1b431202e96ac5'
226226
$Env:CLOUDFLARE_API_TOKEN='<API_TOKEN>'
227227
```
228228

229-
When referencing the variable in curl commands, add a `$Env:` prefix to the variable name (for example, `$Env:ZONE_ID`). Make sure that the full string referencing the variable is either unquoted or enclosed in double quotes (`""`).
229+
When referencing the variable in curl commands, add an `$Env:` prefix to the variable name (for example, `$Env:ZONE_ID`). Make sure that the full string referencing the variable is either unquoted or enclosed in double quotes (`""`).
230230

231231
To define an environment variable for all new PowerShell sessions of the current user, set the variable in your PowerShell profile. You can get the path to your PowerShell profile by running `echo $PROFILE`.
232232

0 commit comments

Comments
 (0)