Remove more words (#12852)
* remove 'basically' from docs * remove 'simply' from docs * remove most uses of 'just' from docs
This commit is contained in:
parent
86d023b02f
commit
4d078fdb03
32 changed files with 51 additions and 52 deletions
|
@ -44,7 +44,7 @@ npm install --save-dev electron-installer-snap
|
|||
|
||||
Package the application using [electron-packager][electron-packager] (or a
|
||||
similar tool). Make sure to remove `node_modules` that you don't need in your
|
||||
final application, since any module you don't actually need will just increase
|
||||
final application, since any module you don't actually need will increase
|
||||
your application's size.
|
||||
|
||||
The output should look roughly like this:
|
||||
|
@ -153,8 +153,8 @@ apps:
|
|||
```
|
||||
|
||||
As you can see, the `snapcraft.yaml` instructs the system to launch a file
|
||||
called `electron-launch`. In this example, it simply passes information on
|
||||
to the app's binary:
|
||||
called `electron-launch`. In this example, it passes information on to the
|
||||
app's binary:
|
||||
|
||||
```sh
|
||||
#!/bin/sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue