From e569f8fc4d82fd340b4752ae6764047fbbfe989a Mon Sep 17 00:00:00 2001 From: Jason Rudolph Date: Thu, 1 Jun 2017 12:08:09 -0400 Subject: [PATCH] :memo: Fix odd grammar in API docs --- src/dock.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dock.js b/src/dock.js index d531e8627..cc6d0bcf2 100644 --- a/src/dock.js +++ b/src/dock.js @@ -590,9 +590,9 @@ module.exports = class Dock { return this.paneContainer.getTextEditors() } - // Essential: Get the active item if it is an {TextEditor}. + // Essential: Get the active item if it is a {TextEditor}. // - // Returns an {TextEditor} or `undefined` if the current active item is not an + // Returns a {TextEditor} or `undefined` if the current active item is not a // {TextEditor}. getActiveTextEditor () { const activeItem = this.getActivePaneItem()