@@ -13,7 +13,7 @@ Things that changed:
1313## Made it easier to install from source
1414
1515Atom used to have a 5,000 script to prepare a development environment. That also
16- dependend on older ` npm ` tool - newer ` npm ` versions would crash (and, honestly,
16+ dependends on older ` npm ` tool - newer ` npm ` versions would crash (and, honestly,
1717still are crashing) so we moved away from ` npm ` and are now using ` yarn ` .
1818
1919This is _ not a final decision_ - we just decided for ` yarn ` because newer ` npm `
@@ -29,7 +29,7 @@ sent to our servers, ever. If you're seeing some suspicious requests to servers,
2929first try to reproduce on safe mode and if it's still present, please open an
3030issue - it may be leftover code that we missed.
3131
32- We don't have telemetry andpoints on our backend, and don't intend to have any.
32+ We don't have telemetry endpoints on our backend, and don't intend to have any.
3333
3434## Library bumps
3535
@@ -79,7 +79,7 @@ organized](https://github.com/atom/atom/blob/master/script/lib/generate-startup-
7979None of these exist on the newer code. This means that _ currently_ Pulsar takes
8080more space on the disk _ and_ it's slower to load on some systems. Another weird
8181side-effect of the V8 Snapshots is that it allowed Atom to "preload" some code -
82- sometimes, even ** before** that could could even run! Which means we saw some
82+ sometimes, even ** before** that could even run! Which means we saw some
8383weird bugs appearing that didn't happen on Atom (because some of the stuff that
8484should be _ loaded_ in the future was already _ pre-loaded_ because of the
8585snapshots), but this, again, made the development process unstable - the source
0 commit comments