From 74ebbf9c78956f5ecc105477d8ac678c044464f7 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Sat, 2 Jul 2016 20:27:14 +0900 Subject: [PATCH] docs: Add trailing period --- docs/api/app-locales.md | 4 ++-- docs/api/app.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/api/app-locales.md b/docs/api/app-locales.md index 96cc10e00ae..52efba6282d 100644 --- a/docs/api/app-locales.md +++ b/docs/api/app-locales.md @@ -1,7 +1,7 @@ # Possible Values of `app.getLocale()` -Electron uses Chromium's l10n util library to fetch the locale. Possible values are listed below - +Electron uses Chromium's `l10n_util` library to fetch the locale. Possible +values are listed below: | Language Code | Language Name | |---------------|---------------| diff --git a/docs/api/app.md b/docs/api/app.md index e56a3729833..cfda6b574be 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -396,7 +396,8 @@ Overrides the current application's name. ### `app.getLocale()` -Returns the current application locale. Possible return values are documented [here](app-locales.md) +Returns the current application locale. Possible return values are documented +[here](app-locales.md). **Note:** When distributing your packaged app, you have to also ship the `locales` folder.