Browse Source

docs: Add trailing period

Cheng Zhao 8 years ago
parent
commit
74ebbf9c78
2 changed files with 4 additions and 3 deletions
  1. 2 2
      docs/api/app-locales.md
  2. 2 1
      docs/api/app.md

+ 2 - 2
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 |
 |---------------|---------------|

+ 2 - 1
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.