Skip to content

Commit e0ae476

Browse files
committed
Fix bikeshed syntax error
The link destination goes after the link text. This was introduced in #642, but apparently bikeshed has gotten more strict since then and now produces an error for this line.
1 parent c8d6430 commit e0ae476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/index.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1574,8 +1574,8 @@ success or failure.
15741574
with the [=/origin=] of the {{IdentityProviderAPIConfig/login_url}}.
15751575

15761576
Note: The IDP login flow may set this value to logged-in using
1577-
either the [login-status.html#login-status-javascript](JavaScript) or
1578-
[login-status.html#login-status-http](HTTP header) API during the login
1577+
either the [JavaScript](login-status.html#login-status-javascript) or
1578+
[HTTP header](login-status.html#login-status-http) API during the login
15791579
flow. It is also possible that this change happened in
15801580
a different browsing context.
15811581
1. If |loginStatus| is [=logged-in=], return success.

0 commit comments

Comments
 (0)