Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 9ed2e84

Browse files
Merge pull request #256 from appwrite/christyjacob4-patch-1
Fix closing <b> tag
2 parents 810b008 + 709a121 commit 9ed2e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/docs/authentication.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ account.createOAuth2Session('amazon');</code></pre>
113113
</div>
114114

115115
<p>
116-
Notice, the function call for <b>createOAuth2Session</b> is synchronous and hence, there is no need to use <b>await<b>.
116+
Notice, the function call for <b>createOAuth2Session</b> is synchronous and hence, there is no need to use <b>await</b>.
117117
</p>
118118

119119
<p>

0 commit comments

Comments
 (0)