Skip to content

Commit 86aa7ac

Browse files
committed
More formatting tweaks
1 parent ab0f61f commit 86aa7ac

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tutorial/create-app.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ Before moving on, install some additional packages that you will use later:
2828
Run the following command in your CLI.
2929

3030
```Shell
31-
31+
32+
3233
```
3334

3435
## Design the app
@@ -84,7 +85,6 @@ function AuthNavItem(props) {
8485
<DropdownItem onClick={props.authButtonMethod}>Sign Out</DropdownItem>
8586
</DropdownMenu>
8687
</UncontrolledDropdown>
87-
8888
);
8989
}
9090

@@ -185,7 +185,9 @@ export default class Welcome extends React.Component {
185185
return (
186186
<Jumbotron>
187187
<h1>React Graph Tutorial</h1>
188-
<p className="lead">This sample app shows how to use the Microsoft Graph API to access Outlook and OneDrive data from React</p>
188+
<p className="lead">
189+
This sample app shows how to use the Microsoft Graph API to access Outlook and OneDrive data from React
190+
</p>
189191
<WelcomeContent
190192
isAuthenticated={this.props.isAuthenticated}
191193
user={this.props.user}

0 commit comments

Comments
 (0)