Skip to content

Commit

Permalink
Changelog: Fix typo ("in" --> "an")
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeDeeG committed Aug 16, 2024
1 parent b41cfa4 commit 43b3993
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 @@ -12,7 +12,7 @@
- Added a new icon for Pulsar on Windows, increasing it's visual fidelity in most locations.
- [snippets] Fixed an issue with expanding snippet variables in certain scenarios if the snippet inserted new lines into the buffer.
- Updated misconfigured links in the `CONTRIBUTING.md` file.
- [ppm] Resolved in issue that could prevent renaming an existing package.
- [ppm] Resolved an issue that could prevent renaming an existing package.
- Various Tree-sitter improvements (folds, indents, custom queries, grammar updates...)

### Pulsar
Expand Down
2 changes: 1 addition & 1 deletion packages/welcome/lib/changelog-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default class ChangeLogView {
Updated misconfigured links in the <code>CONTRIBUTING.md</code> file.
</li>
<li>
[ppm] Resolved in issue that could prevent renaming an existing package.
[ppm] Resolved an issue that could prevent renaming an existing package.
</li>
<li>
Various Tree-sitter improvements (folds, indents, custom queries, grammar updates...)
Expand Down

0 comments on commit 43b3993

Please sign in to comment.