Skip to content

Commit 42dfa0f

Browse files
committed
Fixed typos
1 parent 28b2c69 commit 42dfa0f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ description: "The MSAL preview library for iOS and macOS gives your app the abil
88
urlFragment: ios-ms-graph-api
99
---
1010

11-
# MSAL iOS Swift Microsoft Graph API Sample
11+
# MSAL iOS Swift Microsoft Graph API Sample
1212

1313
![Build Badge](https://identitydivision.visualstudio.com/_apis/public/build/definitions/a7934fdd-dcde-4492-a406-7fad6ac00e17/523/badge)
1414

1515
| [Getting Started](https://docs.microsoft.com/azure/active-directory/develop/guidedsetups/active-directory-ios)| [Library](https://github.com/AzureAD/microsoft-authentication-library-for-objc) | [API Reference](https://azuread.github.io/docs/objc/) | [Support](README.md#feedback,community-help,-and-support)
1616
| --- | --- | --- | --- |
1717

18-
The MSAL library for iOS gives your app the ability to begin using the [Microsoft identity platform](https://aka.ms/aaddev) by supporting [Microsoft Azure Active Directory](https://azure.microsoft.com/en-us/services/active-directory/) and [Microsoft Accounts](https://account.microsoft.com) in a converged experience using industry standard OAuth2 and OpenID Connect. This sample demonstrates all the normal lifecycles your application should experience, including:
18+
The MSAL library for iOS gives your app the ability to begin using the [Microsoft identity platform](https://aka.ms/aaddev) by supporting [Microsoft Azure Active Directory](https://azure.microsoft.com/en-us/services/active-directory/) and [Microsoft Accounts](https://account.microsoft.com) in a converged experience using industry standard OAuth2 and OpenID Connect. This sample demonstrates all the normal lifecycle your application should experience, including:
1919

2020
- How to get a token
2121
- How to refresh a token
@@ -58,7 +58,7 @@ $ pod install
5858
$ open MSALiOS.xcworkspace
5959
```
6060

61-
## Step 2: Register your App (Optional)
61+
## Step 2: Register your App (Optional)
6262

6363
This app comes pre-configured for testing. If you would like to register your own app, please follow the steps below.
6464

@@ -79,11 +79,11 @@ This app comes pre-configured for testing. If you would like to register your ow
7979
1. Click the Run Button in the top menu or go to Product from the menu tab and click Run.
8080
2. Once the sample app launches, click on the 'Call Microsoft Graph API' button to go through the sign in flow and see the results from Microsoft Graph.
8181

82-
## How to add MSAL libarary into your existing Xcode project
82+
## How to add MSAL library into your existing Xcode project
8383

8484
## Step 1: Configure your application Info.plist
8585

86-
Add URI scheme in the `Info.plist`. Redirect URI scheme follows the format `msauth.[app_bundle_id]`. Make sure to substitue [app_bundle_id] with the **Bundle Identifier** for your application.
86+
Add URI scheme in the `Info.plist`. Redirect URI scheme follows the format `msauth.[app_bundle_id]`. Make sure to substitute [app_bundle_id] with the **Bundle Identifier** for your application.
8787

8888
```xml
8989
<key>CFBundleURLTypes</key>
@@ -143,7 +143,7 @@ For more information see the [Code of Conduct FAQ](https://opensource.microsoft.
143143

144144
## Security Library
145145

146-
This library controls how users sign-in and access services. We recommend you always take the latest version of our library in your app when possible. We use [semantic versioning](http://semver.org) so you can control the risk associated with updating your app. As an example, always downloading the latest minor version number (e.g. x.*y*.x) ensures you get the latest security and feature enhanements but our API surface remains the same. You can always see the latest version and release notes under the Releases tab of GitHub.
146+
This library controls how users sign-in and access services. We recommend you always take the latest version of our library in your app when possible. We use [semantic versioning](http://semver.org) so you can control the risk associated with updating your app. As an example, always downloading the latest minor version number (e.g. x.*y*.x) ensures you get the latest security and feature enhancements but our API surface remains the same. You can always see the latest version and release notes under the Releases tab of GitHub.
147147

148148
## Security Reporting
149149

0 commit comments

Comments
 (0)