From 5038336c6b266202fd38bd19e49f8f0993665574 Mon Sep 17 00:00:00 2001 From: gison93 <43569657+gison93@users.noreply.github.com> Date: Fri, 4 Oct 2019 10:24:13 +0200 Subject: [PATCH] Fix typo acccess -> access --- v2functions/http-trigger-dump-request/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v2functions/http-trigger-dump-request/readme.md b/v2functions/http-trigger-dump-request/readme.md index 456ed3a..8977d8f 100644 --- a/v2functions/http-trigger-dump-request/readme.md +++ b/v2functions/http-trigger-dump-request/readme.md @@ -2,7 +2,7 @@ - [http-trigger-blob-sas-token (Python)](#http-trigger-blob-sas-token-python) - [Local development](#local-development) - - [Test acccess](#test-acccess) + - [Test access](#test-access) - [Publish the function to the cloud](#publish-the-function-to-the-cloud) | Sample | Description | Trigger | In Bindings | Out Bindings @@ -15,7 +15,7 @@ func host start ``` -## Test acccess +## Test access ```sh curl -s http://localhost:7071/api/http-trigger-dump-request |jq { @@ -37,4 +37,4 @@ Publish the function to the cloud ```sh FUNCTION_APP_NAME="MyFunctionApp" func azure functionapp publish $FUNCTION_APP_NAME -``` \ No newline at end of file +```