Skip to content

Commit 2bcb9df

Browse files
authored
Fixed typos in Important message
1 parent 249f0fb commit 2bcb9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/web-parts/guidance/connect-to-api-secured-with-aad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ When building SharePoint Framework solutions, you might need to connect to your
1313
This article discusses the different approaches and describes the step-by-step process of building and connecting to an API secured with Azure AD.
1414

1515
> [!IMPORTANT]
16-
> When connecting ot Azure AD secured APIs, it's recommended to use **GraphHttpClient** or **AadHttpClient** classes. These are new capabilities which are currently in preview and planned to be generally released during spring 2018. You can read more information on recommended models from following [article](../../use-msgraph.md)
16+
> When connecting to Azure AD-secured APIs, we recommend that you use the **GraphHttpClient** or **AadHttpClient** classes. These are new capabilities that are currently in preview and planned to be generally released during spring 2018. For more information about recommended models, see [Use the MSGraphClient to connect to Microsoft Graph](../../use-msgraph.md).
1717
1818
## Secure an API with Azure AD
1919

0 commit comments

Comments
 (0)