Skip to content

Commit 7cb8359

Browse files
Fix grammar
1 parent 0e20efe commit 7cb8359

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
@@ -8,7 +8,7 @@
88

99
## 1.111.0
1010

11-
- Added a new `UI` API to `atom.` accessible via `atom.ui`. That exposes a `markdown` object, allowing community packages to offload Markdown handling to the core editor.
11+
- 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.
1212
- Fine-tuned/deduped dependencies to remove over ~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.

packages/welcome/lib/changelog-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default class ChangeLogView {
5050
<p>Feel free to read our <a href="https://github.com/pulsar-edit/pulsar/blob/master/CHANGELOG.md">Full Change Log</a>.</p>
5151
<ul>
5252
<li>
53-
Added a new `UI` API to `atom.` accessible via `atom.ui`. That exposes a `markdown` object, allowing community packages to offload Markdown handling to the core editor.
53+
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>
5656
Fine-tuned/deduped dependencies to remove over ~35.5 MB from Pulsar's installed size.

0 commit comments

Comments
 (0)