Skip to content

Commit e0f6f97

Browse files
committed
Super small grammar tweaks.
1 parent fcb5003 commit e0f6f97

File tree

1 file changed

+2
-2
lines changed
  • examples/auth-flow-async-with-query-params

1 file changed

+2
-2
lines changed

examples/auth-flow-async-with-query-params/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ const Form = createClass({
4949
})
5050

5151
function Page() {
52-
return <h1>Hey I see you are authenticated.</h1>
52+
return <h1>Hey, I see you are authenticated. Welcome!</h1>
5353
}
5454

5555
function ErrorPage() {
56-
return <h1>Oh no! your auth failed!</h1>
56+
return <h1>Oh no! Your auth failed!</h1>
5757
}
5858

5959
function requireCredentials(nextState, replace, next) {

0 commit comments

Comments
 (0)