Skip to content

Commit c6078a1

Browse files
committed
Tweak "coming soon"
1 parent 20c75ed commit c6078a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/implementation/backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const regOptions = await generateRegistrationOptions(currentUser);
130130
await pseudocodeSaveCurrentRegistrationOptions(currentUser, regOptions);
131131
```
132132

133-
`regOptions` can then be transmitted to the frontend (docs "coming soon") as JSON for the frontend
133+
`regOptions` can then be transmitted to the frontend (docs coming soon) as JSON for the frontend
134134
to eventually pass them in to `navigator.credentials.create()`.
135135

136136
## 2. Verify registration responses

0 commit comments

Comments
 (0)