Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-yu committed Feb 2, 2024
1 parent a6084a3 commit 7a6f7e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom
### Parser

#### Bug fixes
- Fix [#1728]([text](https://github.com/biomejs/biome/issues/1728)). Correctly parse the global declaration when the `}` token is on the line following the `global` keyword.
- Fix [#1728]([text](https://github.com/biomejs/biome/issues/1728)). Correctly parse the global declaration when the `{` token is on the line following the `global` keyword.

Now the following code is correctly parsed:

Expand Down
2 changes: 1 addition & 1 deletion website/src/content/docs/internals/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom
### Parser

#### Bug fixes
- Fix [#1728]([text](https://github.com/biomejs/biome/issues/1728)). Correctly parse the global declaration when the `}` token is on the line following the `global` keyword.
- Fix [#1728]([text](https://github.com/biomejs/biome/issues/1728)). Correctly parse the global declaration when the `{` token is on the line following the `global` keyword.

Now the following code is correctly parsed:

Expand Down

0 comments on commit 7a6f7e0

Please sign in to comment.