Skip to content

Commit 696cdb6

Browse files
authored
Merge pull request #125098 from ArieHein/Spelling-Wave-24
Spelling FIxes
2 parents 19fc48f + 111ab47 commit 696cdb6

9 files changed

+9
-9
lines changed

articles/healthcare-apis/azure-api-for-fhir/how-to-run-a-reindex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ content-type: application/fhir+json
107107
"parameter": [
108108
{
109109
"name": "targetSearchParameterTypes",
110-
"valueString": "{url of custom search parameter. In case of multiple custom search parameters, url list can be comma seperated.}"
110+
"valueString": "{url of custom search parameter. In case of multiple custom search parameters, url list can be comma separated.}"
111111
}
112112
]
113113

articles/healthcare-apis/azure-api-for-fhir/register-service-azure-ad-client-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Follow these steps to create a new service client.
3838
Permissions for Azure API for FHIR are managed through role-based access control (RBAC). For more details, visit [Configure Azure RBAC for FHIR](configure-azure-rbac.md).
3939

4040
>[!NOTE]
41-
>Use a `grant_type` of `client_credentials` when trying to otain an access token for Azure API for FHIR using tools such as Postman. For more details, visit [Testing the FHIR API on Azure API for FHIR](tutorial-web-app-test-postman.md).
41+
>Use a `grant_type` of `client_credentials` when trying to obtain an access token for Azure API for FHIR using tools such as Postman. For more details, visit [Testing the FHIR API on Azure API for FHIR](tutorial-web-app-test-postman.md).
4242
4343
## Application secret
4444

articles/healthcare-apis/azure-api-for-fhir/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Bug is now fixed and Resource will be updated if it matches the Etag header. For
205205

206206
|Enhancements |Related information |
207207
| :------------------- | :--------------- |
208-
|Added Publisher to `CapabiilityStatement.name` |You can now find the publisher in the capability statement at `CapabilityStatement.name`. [#2319](https://github.com/microsoft/fhir-server/pull/2319) |
208+
|Added Publisher to `CapabilityStatement.name` |You can now find the publisher in the capability statement at `CapabilityStatement.name`. [#2319](https://github.com/microsoft/fhir-server/pull/2319) |
209209
|Log `FhirOperation` linked to anonymous calls to Request metrics |We weren’t logging operations that didn’t require authentication. We extended the ability to get `FhirOperation` type in `RequestMetrics` for anonymous calls. [#2295](https://github.com/microsoft/fhir-server/pull/2295) |
210210

211211
### **Bug fixes**

articles/healthcare-apis/configure-private-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ For the resource type, search and select **Microsoft.HealthcareApis/workspaces**
5252

5353
### Manual approval
5454

55-
For manual approval, select the second option under Resource, **Connect to an Azure resource by resource ID or alias**. For the resource ID, enter **subscriptions/{subcriptionid}/resourceGroups/{resourcegroupname}/providers/Microsoft.HealthcareApis/workspaces/{workspacename}**. For the Target subresource, enter **healthcareworkspace** as in Auto Approval.
55+
For manual approval, select the second option under Resource, **Connect to an Azure resource by resource ID or alias**. For the resource ID, enter **subscriptions/{subscriptionid}/resourceGroups/{resourcegroupname}/providers/Microsoft.HealthcareApis/workspaces/{workspacename}**. For the Target subresource, enter **healthcareworkspace** as in Auto Approval.
5656

5757
:::image type="content" source="media/private-link/private-link-resource-id.png" alt-text="Screen image of the Manual Approval Resources tab.":::
5858

articles/healthcare-apis/dicom/dicom-services-conformance-statement-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ If an attribute is padded with nulls, the attribute is indexed when searchable a
124124
| `500 (Internal Server Error)` | The server encountered an unknown internal error. Try again later. |
125125
| `503 (Service Unavailable)` | The service is unavailable or busy. Try again later. |
126126

127-
### Store response paylo
127+
### Store response payload
128128

129129
The response payload populates a DICOM dataset with the following elements:
130130

articles/healthcare-apis/fhir/azure-ad-b2c-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ New-AzResourceGroupDeployment -ResourceGroupName $resourcegroupname -TemplateUri
5353

5454
1. Use `Connect-AzAccount` to sign in to Azure. After you sign in, use `az account show --output table` to verify the subscription and tenant you want to use. Change the subscription and tenant if needed.
5555

56-
1. Create a new resource group (or use an existing one) by skipping the "create reource group" step or commenting out the line starting with `az group create`.
56+
1. Create a new resource group (or use an existing one) by skipping the "create resource group" step or commenting out the line starting with `az group create`.
5757

5858
```bash
5959
### variables

articles/healthcare-apis/fhir/convert-data-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ There are many methods for securing ACR using the built-in firewall depending on
185185
* [Configure rules to access an Azure container registry behind a firewall](/azure/container-registry/container-registry-firewall-access-rules)
186186
* [Azure IP Ranges and Service Tags – Public Cloud](https://www.microsoft.com/download/details.aspx?id=56519)
187187

188-
<!-- * [Allow trusted services to securely access a network-restricted container registry](/azure/container-registry/allow-access-trusted-services) This link should follow the Restric access link (currently 3rd from bottom).-->
188+
<!-- * [Allow trusted services to securely access a network-restricted container registry](/azure/container-registry/allow-access-trusted-services) This link should follow the Restrict access link (currently 3rd from bottom).-->
189189

190190
<!-- Removed from document per ADO131844, can be un-commented when service updates (similar for above link)
191191
> [!NOTE]

articles/healthcare-apis/fhir/fhir-service-resource-manager-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ az deployment group create --resource-group $resourcegroupname --template-file '
261261

262262
## Review the deployed resources
263263

264-
You can verify that the FHIR service is up and running by opening a browser and navigating to `https://<yourfhir servic>.azurehealthcareapis.com/metadata`. If the capability statement is displayed or downloaded automatically, your deployment is successful.
264+
You can verify that the FHIR service is up and running by opening a browser and navigating to `https://<yourfhir service>.azurehealthcareapis.com/metadata`. If the capability statement is displayed or downloaded automatically, your deployment is successful.
265265

266266
## Clean up the resources
267267

articles/healthcare-apis/release-notes-2021.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ We started the process of providing PowerShell, CLI scripts, and ARM templates t
5151

5252
#### Process patient-everything links
5353

54-
We expanded the atient-everything capabilities to process patient links [PR #2305](https://github.com/microsoft/fhir-server/pull/2305). For more information, see [Patient-everything in FHIR](./../healthcare-apis/fhir/patient-everything.md#processing-patient-links).
54+
We expanded the patient-everything capabilities to process patient links [PR #2305](https://github.com/microsoft/fhir-server/pull/2305). For more information, see [Patient-everything in FHIR](./../healthcare-apis/fhir/patient-everything.md#processing-patient-links).
5555

5656
### Bug fixes
5757

0 commit comments

Comments
 (0)