Skip to content

Commit 762e79d

Browse files
VedikaGuptVedika Gupta
andauthored
Fix dotenv variable casing in HTTP files example (#36651)
Co-authored-by: Vedika Gupta <vedikagupta@Vedikas-MacBook-Pro.local>
1 parent ded7b3d commit 762e79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/test/http-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ And the `.http` file has this content:
447447

448448
```http
449449
GET {{HostAddress}}{{Path}}
450-
X-UserName: {{$dotEnv USERNAME}}
450+
X-UserName: {{$dotenv USERNAME}}
451451
```
452452

453453
The `X-UserName` header will have "userFromDotenv".

0 commit comments

Comments
 (0)