Skip to content

Commit 9b1d16a

Browse files
Typos (some of them)
1 parent c277443 commit 9b1d16a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/differences-from-atom/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Things that changed:
1313
## Made it easier to install from source
1414

1515
Atom 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,
1717
still are crashing) so we moved away from `npm` and are now using `yarn`.
1818

1919
This 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,
2929
first try to reproduce on safe mode and if it's still present, please open an
3030
issue - 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-
7979
None of these exist on the newer code. This means that _currently_ Pulsar takes
8080
more space on the disk _and_ it's slower to load on some systems. Another weird
8181
side-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
8383
weird bugs appearing that didn't happen on Atom (because some of the stuff that
8484
should be _loaded_ in the future was already _pre-loaded_ because of the
8585
snapshots), but this, again, made the development process unstable - the source

0 commit comments

Comments
 (0)