From 80abaafcae8e3e1ca8a919cfc06607947a70d868 Mon Sep 17 00:00:00 2001 From: Thomas Reggi Date: Wed, 23 Sep 2015 20:23:23 -0400 Subject: [PATCH] Fix typo "occurence" to "occurrence". [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index 2dfbb4890..26c595910 100644 --- a/lodash.js +++ b/lodash.js @@ -5627,7 +5627,7 @@ /** * Creates a duplicate-free version of an array, using * [`SameValueZero`](http://ecma-international.org/ecma-262/6.0/#sec-samevaluezero) - * for equality comparisons, in which only the first occurence of each element + * for equality comparisons, in which only the first occurrence of each element * is kept. * * @static