Skip to content

Commit fab00a3

Browse files
committed
More edits
1 parent 093cbe7 commit fab00a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demos/03-add-msgraph/graph-tutorial/src/Calendar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function formatDateTime(dateTime) {
88
return moment.utc(dateTime).local().format('M/D/YY h:mm A');
99
}
1010

11-
export default class Welcome extends React.Component {
11+
export default class Calendar extends React.Component {
1212
constructor(props) {
1313
super(props);
1414

tutorial/add-ms-graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function formatDateTime(dateTime) {
4040
return moment.utc(dateTime).local().format('M/D/YY h:mm A');
4141
}
4242

43-
export default class Welcome extends React.Component {
43+
export default class Calendar extends React.Component {
4444
constructor(props) {
4545
super(props);
4646

tutorial/register-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- markdownlint-disable MD002 MD041 -->
22

3-
In this demo, you will create a new Azure AD web application registration using the Application Registry Portal (ARP).
3+
In this exercise, you will create a new Azure AD web application registration using the Application Registry Portal (ARP).
44

55
1. Open a browser and navigate to the [Application Registration Portal](https://apps.dev.microsoft.com). Login using a **personal account** (aka: Microsoft Account) or **Work or School Account**.
66

0 commit comments

Comments
 (0)