Skip to content

Commit 3857590

Browse files
committed
Fix typo
/rest/i -> REST
1 parent 8a172e6 commit 3857590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/healthcare-apis/fhir/using-curl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ In this article, you'll learn how to access Azure Health Data Services with cURL
1919

2020
* An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/).
2121
* If you want to run the code locally, install [PowerShell](/powershell/module/powershellget/) and [Azure Az PowerShell](/powershell/azure/install-az-ps).
22-
* Optionally, you can run the scripts in Visual Studio Code with the Rest Client extension. For more information, see [Make a link to the Rest Client doc](using-rest-client.md).
22+
* Optionally, you can run the scripts in Visual Studio Code with the REST Client extension. For more information, see [Make a link to the REST Client doc](using-rest-client.md).
2323
* Download and install [cURL](https://curl.se/download.html).
2424

2525
### CLI
2626

2727
* An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/).
2828
* If you want to run the code locally, install [Azure CLI](/cli/azure/install-azure-cli).
2929
* Optionally, install a Bash shell, such as Git Bash, which it's included in [Git for Windows](https://gitforwindows.org/).
30-
* Optionally, run the scripts in Visual Studio Code with the Rest Client extension. For more information, see [Make a link to the Rest Client doc](using-rest-client.md).
30+
* Optionally, run the scripts in Visual Studio Code with the REST Client extension. For more information, see [Make a link to the REST Client doc](using-rest-client.md).
3131
* Download and install [cURL](https://curl.se/download.html).
3232

3333
## Obtain Azure Access Token

0 commit comments

Comments
 (0)