Merge pull request #624 from InDieTasten/patch-1

Fix typos in comment
This commit is contained in:
Daniel Imms
2017-03-31 13:27:29 -07:00
committed by GitHub
+2 -2
View File
@@ -37,8 +37,8 @@ const HYPERTEXT_LINK_MATCHER_ID = 0;
export class Linkifier {
/**
* The time to wait after a row is changed before it is linkified. This prevents
* the costly operation of searching every row multiple times, pntentially a
* huge aount of times.
* the costly operation of searching every row multiple times, potentially a
* huge amount of times.
*/
protected static TIME_BEFORE_LINKIFY = 200;