From 43b39930ef301e07d4c233642c2b1ca9f7099405 Mon Sep 17 00:00:00 2001 From: DeeDeeG Date: Thu, 15 Aug 2024 21:43:50 -0400 Subject: [PATCH] Changelog: Fix typo ("in" --> "an") --- CHANGELOG.md | 2 +- packages/welcome/lib/changelog-view.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5201933bba..aa42ccf9ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/packages/welcome/lib/changelog-view.js b/packages/welcome/lib/changelog-view.js index f1fdcfd5d0..f66a0b1c9f 100644 --- a/packages/welcome/lib/changelog-view.js +++ b/packages/welcome/lib/changelog-view.js @@ -62,7 +62,7 @@ export default class ChangeLogView { 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...)