From 00f1c6264627cbe242cd088ab4b39aa33b1f7462 Mon Sep 17 00:00:00 2001 From: Dick Choi Date: Mon, 17 Oct 2016 07:01:52 +0900 Subject: [PATCH] fix typo --- oh-my-cdn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oh-my-cdn.json b/oh-my-cdn.json index ddf602c5..128a503f 100644 --- a/oh-my-cdn.json +++ b/oh-my-cdn.json @@ -4,7 +4,7 @@ "react": "https://cdnjs.cloudflare.com/ajax/libs/react/15.0.2/react.js", "react-dom": "https://cdnjs.cloudflare.com/ajax/libs/react/15.0.2/react-dom.js", "redux": "https://cdnjs.cloudflare.com/ajax/libs/redux/3.5.2/redux.js", - "react-redux": "https://unpkg.com/react-redux@4.4.5/dist/react-redux.min.js" + "react-redux": "https://unpkg.com/react-redux@4.4.5/dist/react-redux.min.js", "katex": "https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.6.0/katex.min.js", "katex-style": "https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.6.0/katex.min.css" }