Skip to content

Commit bbeb19e

Browse files
More grammar
1 parent 7cb8359 commit bbeb19e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
## 1.111.0
1010

1111
- Added a new `UI` API to `atom.` accessible via `atom.ui`. This exposes a `markdown` object, allowing community packages to offload Markdown handling to the core editor.
12-
- Fine-tuned/deduped dependencies to remove over ~35.5 MB from Pulsar's installed size.
12+
- Fine-tuned/deduped dependencies to remove ~35.5 MB from Pulsar's installed size.
1313
- Fixed an issue that sometimes caused text to shift or disappear after an editor pane regains focus.
1414
- Fixed scoping/highlighting of single-quoted (`'...'`) and C-style (`$'...'`) strings in shell scripts.
1515
- Fixed an issue with the "Dismiss this Version" button (In the `pulsar-updater` package).

packages/welcome/lib/changelog-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default class ChangeLogView {
5353
Added a new `UI` API to `atom.` accessible via `atom.ui`. This exposes a `markdown` object, allowing community packages to offload Markdown handling to the core editor.
5454
</li>
5555
<li>
56-
Fine-tuned/deduped dependencies to remove over ~35.5 MB from Pulsar's installed size.
56+
Fine-tuned/deduped dependencies to remove ~35.5 MB from Pulsar's installed size.
5757
</li>
5858
<li>
5959
Fixed an issue that sometimes caused text to shift or disappear after an editor pane regains focus.

0 commit comments

Comments
 (0)