Skip to content
This repository was archived by the owner on Oct 14, 2023. It is now read-only.

Commit 472fe5a

Browse files
authored
Merge pull request #32 from gison93/master
Fix typo acccess -> access
2 parents 554d6ef + 5038336 commit 472fe5a

File tree

1 file changed

+3
-3
lines changed
  • v2functions/http-trigger-dump-request

1 file changed

+3
-3
lines changed

v2functions/http-trigger-dump-request/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- [http-trigger-blob-sas-token (Python)](#http-trigger-blob-sas-token-python)
44
- [Local development](#local-development)
5-
- [Test acccess](#test-acccess)
5+
- [Test access](#test-access)
66
- [Publish the function to the cloud](#publish-the-function-to-the-cloud)
77

88
| Sample | Description | Trigger | In Bindings | Out Bindings
@@ -15,7 +15,7 @@
1515
func host start
1616
```
1717

18-
## Test acccess
18+
## Test access
1919
```sh
2020
curl -s http://localhost:7071/api/http-trigger-dump-request |jq
2121
{
@@ -37,4 +37,4 @@ Publish the function to the cloud
3737
```sh
3838
FUNCTION_APP_NAME="MyFunctionApp"
3939
func azure functionapp publish $FUNCTION_APP_NAME
40-
```
40+
```

0 commit comments

Comments
 (0)