From 471c254078813643aad9c278c58121eccf58df66 Mon Sep 17 00:00:00 2001 From: Sam Saint-Pettersen Date: Tue, 4 Aug 2015 14:05:44 +0100 Subject: [PATCH] Type definitions and tests for path-case --- path-case/path-case-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/path-case/path-case-tests.ts b/path-case/path-case-tests.ts index 863559b2e..8c17cbd44 100644 --- a/path-case/path-case-tests.ts +++ b/path-case/path-case-tests.ts @@ -6,4 +6,4 @@ console.log(pathCase('string')); // => "string" console.log(pathCase('camelCase')); // => "camel/case" console.log(pathCase('sentence case')); // => "sentence/case" -console.log(pathCase('MY STRING', 'tr')); // => "my.strıng" +console.log(pathCase('MY STRING', 'tr')); // => "my.strıng"