Browse Source

One alphabetical reordering in the docs/README.md

:memo: webContents, Tray -> Tray, webContents

If I get it right, only API TOCs should be ordered alphabetically,
so I've left other ones (Guides, Tutorials, Development) untouched.
I'm not so sure about API TOC Intro (three links below the "Synopsis"),
tell me if they should be sorted alphabetically too.

[ci skip]
vsemozhetbyt 8 years ago
parent
commit
9c5d36f0c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/README.md

+ 1 - 1
docs/README.md

@@ -66,8 +66,8 @@ an issue:
 * [protocol](api/protocol.md)
 * [session](api/session.md)
 * [systemPreferences](api/system-preferences.md)
-* [webContents](api/web-contents.md)
 * [Tray](api/tray.md)
+* [webContents](api/web-contents.md)
 
 ### Modules for the Renderer Process (Web Page):