From 423d1c15a761f043427d7e549d4a58d14f2bae31 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 756b4df83c..183c0be050 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...)