Skip to content

Commit 11d4113

Browse files
committed
fix : update content
1 parent d958f97 commit 11d4113

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

src/pages/guides/services/services-add-api-oauth-user-authentication.md

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

8585
<InlineAlert slots="text"/>
8686

87-
You must escape periods (`**.**`) with `**\\**`. For example, `**https://example\\.com/**`.
87+
You must escape periods (**.**) with **\\**. For example, **https://example\\.com/**.
8888

8989
### Web
9090

0 commit comments

Comments
 (0)