docs: more natural language in Mac app store guide (#16095)

This commit is contained in:
Gearóid 2018-12-17 15:27:37 +00:00 коммит произвёл John Kleinschmidt
Родитель 0431833866
Коммит c64b4a3926
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -4,7 +4,7 @@ Since v0.34.0, Electron allows submitting packaged apps to the Mac App Store
(MAS). This guide provides information on: how to submit your app and the
limitations of the MAS build.
**Note:** Submitting an app to Mac App Store requires enrolling [Apple Developer
**Note:** Submitting an app to Mac App Store requires enrolling in the [Apple Developer
Program][developer-program], which costs money.
## How to Submit Your App
@ -33,7 +33,7 @@ After finishing the preparation work, you can package your app by following
signing your app.
First, you have to add a `ElectronTeamID` key to your app's `Info.plist`, which
has your Team ID as value:
has your Team ID as its value:
```xml
<plist version="1.0">
@ -149,7 +149,7 @@ Also note that native modules may have intermediate files produced which should
not be included (as they would also need to be signed). If you use
[electron-packager][electron-packager] before version 8.1.0, add
`--ignore=.+\.o$` to your build step to ignore these files. Versions 8.1.0 and
later ignores those files by default.
later ignore those files by default.
### Upload Your App