From 9f9dfdff0daeaee74ff397269147188b2e30fe16 Mon Sep 17 00:00:00 2001 From: Alex Dzeda Date: Tue, 14 May 2024 08:55:45 -0500 Subject: [PATCH] fix capitalization --- _includes/guide/try_the_api.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/guide/try_the_api.html b/_includes/guide/try_the_api.html index 55e9177..cc865b8 100644 --- a/_includes/guide/try_the_api.html +++ b/_includes/guide/try_the_api.html @@ -11,7 +11,7 @@ All requests for BCDA data follow this four step process, as do other APIs following the Bulk FHIR specifications.

- For more detail for each of these steps and specific information for retrieving production data, see the Building Your Application page. For this short demo, follow along in your Terminal window or through an application such as Postman. Powershell users will need to replace backslash characters \ with backticks ` to properly escape the $export operation. + For more detail for each of these steps and specific information for retrieving production data, see the Building Your Application page. For this short demo, follow along in your Terminal window or through an application such as Postman. PowerShell users will need to replace backslash characters \ with backticks ` to properly escape the $export operation.