✏️ fix grammar

This commit is contained in:
DrMaxNix 2023-05-11 20:39:00 +02:00
parent 1937373b1a
commit 5e7f29af9f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Tame your Pulsar (Atom) editor's tree view by making it obey the "Hidden On Startup" setting!
### Why?
It is a well-known bug that Atom, and its fork Pulsar, doesn't properly respect the `Hidden On Startup` setting of its tree view.
It is a well-known bug that Atom, and its fork Pulsar, don't properly respect the `Hidden On Startup` setting of its tree view.
I have used a lot of bodge-fixes for this in the past, but every now and then they stopped working due to updates. With this repository I'm trying to maintain a working code snippet for Pulsar's `init.coffee` which will make the `Hidden On Startup` setting work the way it should.