From 35eea57ab92d1247f6d3eba4b1edd2b25cb93322 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 11 Sep 2020 21:40:49 +0300 Subject: [PATCH] fixed a couple of typos... Signed-off-by: Alex A. Naanou --- object.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/object.js b/object.js index d2d478b..33c139d 100755 --- a/object.js +++ b/object.js @@ -52,14 +52,14 @@ module.LEADING_TABS = 1 // -> text // // -// This will remove common indent from each like of text, this is useful +// This will remove common indent from each line of text, this is useful // for printing function code of functions that were defined at deep // levels of indent. // // This will ignore the indent of the first line. // // If the last line is indented higher or equal to the rest of the text -// we will user leading_tabs (defaults to LEADING_TABS) to indent the +// we will use leading_tabs (defaults to LEADING_TABS) to indent the // rest of the text. // This will indent the following styles correctnly: //