From 9c5d36f0c633de27d8559ecaa7c057ffa7eea477 Mon Sep 17 00:00:00 2001 From: vsemozhetbyt Date: Fri, 8 Jul 2016 03:33:22 +0300 Subject: [PATCH] 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] --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 072e97cfc3..364c9506a4 100644 --- a/docs/README.md +++ b/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):