Skip to content

Commit d958f97

Browse files
committed
fix : updated content
1 parent 3ade889 commit d958f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/guides/authentication/UserAuthentication/implementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ A *Redirect URI pattern* is a URI path (or comma-separated list of URI paths) to
9999

100100
<InlineAlert slots="text"/>
101101

102-
You can use wildcards in the redirect URI pattern to club multiple redirect URIs together. Remember to escape periods (`**.**`) with `**\\**`. For example, `**https://example\\.com/**`.
102+
You can use wildcards in the redirect URI pattern to club multiple redirect URIs together. Remember to escape periods "(**.**)" with "**\\**." For example, "**https://example\\.com/**".
103103

104104
## OAuth 2.0 Scopes
105105

0 commit comments

Comments
 (0)