Skip to content

Commit

Permalink
docs: broken link in release 3.0 page (#9573)
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
OzakIOne authored and slorber committed Jan 5, 2024
1 parent 643c33c commit 9088efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/blog/releases/3.0/index.mdx
Expand Up @@ -291,7 +291,7 @@ function Hello() {
}
```

In [#8982](https://github.com/facebook/docusaurus/pull/8982) and [#8870](https://github.com/facebook/docusaurus/pull/8870), we also added [magic comments](docs/markdown-features/code-blocks#custom-magic-comments) support for TeX-like, Haskell-like, and WebAssembly comment syntax.
In [#8982](https://github.com/facebook/docusaurus/pull/8982) and [#8870](https://github.com/facebook/docusaurus/pull/8870), we also added [magic comments](/docs/markdown-features/code-blocks#custom-magic-comments) support for TeX-like, Haskell-like, and WebAssembly comment syntax.

```haskell title="haskell.hs"
stringLength :: String -> Int
Expand Down

0 comments on commit 9088efb

Please sign in to comment.