From 645252e0c2aabaefcd381f2ed50ddc40170c44ca Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Fri, 22 Dec 2017 14:13:51 +0100 Subject: [PATCH] :shirt: Fix linter error --- src/text-editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/text-editor.js b/src/text-editor.js index c7ddcf031..05e510b75 100644 --- a/src/text-editor.js +++ b/src/text-editor.js @@ -3604,7 +3604,7 @@ class TextEditor { // coordinates. Useful with {Config::get}. // // For example, if called with a position inside the parameter list of an - // anonymous CoffeeScript function, this method returns a {ScopeDescriptor} with + // anonymous CoffeeScript function, this method returns a {ScopeDescriptor} with // the following scopes array: // `["source.coffee", "meta.function.inline.coffee", "meta.parameters.coffee", "variable.parameter.function.coffee"]` //