Skip to content

Commit 03508ee

Browse files
authored
Merge pull request #4 from epicfaace/patch-1
doc: fix grammar
2 parents 178605a + 99143bb commit 03508ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ <h1 class="mdl-card__title-text">AppAuth-JS</h1>
2020
</div>
2121
</section>
2222
<section class="mdl-card__supporting-text">
23-
This example shows how one can integrate AppAuthJS and Electron. For more information look source of the application at the
24-
following <a href="https://github.com/openid/AppAuth-JS">https://github.com/openid/AppAuth-JS</a>.
23+
This example shows how one can integrate AppAuthJS and Electron. For more information about AppAuthJS, see the
24+
following link: <a href="https://github.com/openid/AppAuth-JS">https://github.com/openid/AppAuth-JS</a>.
2525
</section>
2626
<div class="mdl-card__actions mdl-card--border">
2727
<button id="handle-sign-in" class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect">Placeholder</button>
@@ -47,4 +47,4 @@ <h1 class="mdl-card__title-text">AppAuth-JS</h1>
4747
</script>
4848
</body>
4949

50-
</html>
50+
</html>

0 commit comments

Comments
 (0)