docs: fix anchor link (#7813)

* docs: Correct link to document section

The link to the public API surface had an erroneous extra # in the link
preventing it from linking correctly.

* fix prettier

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
Andrew Lyons 2022-07-20 20:25:30 +08:00 committed by GitHub
parent 09326bd456
commit 7489f8729a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ Whenever a new major version is released, we publish:
:::tip
Read our [public API surface](##public-api-surface) section to clearly understand what we consider as a breaking change.
Read our [public API surface](#public-api-surface) section to clearly understand what we consider as a breaking change.
:::

View file

@ -327,7 +327,7 @@ cmd /C "set "GIT_USER=<GITHUB_USERNAME>" && yarn deploy"
```powershell
cmd /C 'set "GIT_USER=<GITHUB_USERNAME>" && yarn deploy'
````
```
```mdx-code-block
</TabItem>