You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ WebStorm has Grazie as a built-in spell checker and grammar checker, and support
62
62
* You can link to header anchors using the `#` symbol, for example `[multiple authentication methods](/identityserver/ui/federation.md#multiple-authentication-methods-for-users)`.
63
63
* Link relevant text. Prefer `learn more about [improving the sign-in experience]` over `click [here] to learn more`.
64
64
* Run `npm run linkchecker` to validate all links (note this will ignore links to GitHub because of rate limits in place).
65
-
* When a markdown link is long (75+ characters) or a link is repeated multiple times on a page, prefer moving the link to the bottom of the file and usings markdown anchor syntax `[test.cs][repo-test-file]`
65
+
* When a markdown link is long (75+ characters) or a link is repeated multiple times on a page, prefer moving the link to the bottom of the file and using markdown anchor syntax `[test.cs][repo-test-file]`
0 commit comments