From b525f2f031295eb366f21daf11ce9f5d41ea3ba3 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Fri, 17 Nov 2017 12:14:33 -0800 Subject: [PATCH] fix typo in styleguide --- docs/styleguide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/styleguide.md b/docs/styleguide.md index 4159dfe8e297..5ebf047cdd30 100644 --- a/docs/styleguide.md +++ b/docs/styleguide.md @@ -64,7 +64,7 @@ The following rules only apply to the documentation of APIs. Each page must use the actual object name returned by `require('electron')` as the title, such as `BrowserWindow`, `autoUpdater`, and `session`. -Under the page tile must be a one-line description starting with `>`. +Under the page title must be a one-line description starting with `>`. Using `session` as example: