From 696231b28dee8227461ba69ff61976ed08b69a6c Mon Sep 17 00:00:00 2001 From: Rifat Nabi Date: Tue, 1 Aug 2017 10:25:15 +1000 Subject: [PATCH] Fix a small typo --- lib/rules_inline/escape.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rules_inline/escape.js b/lib/rules_inline/escape.js index bd32ae8..229ead0 100644 --- a/lib/rules_inline/escape.js +++ b/lib/rules_inline/escape.js @@ -1,4 +1,4 @@ -// Proceess escaped chars and hardbreaks +// Process escaped chars and hardbreaks 'use strict';