From 9869bf585de41c1172c9919583b8905f163ed5f6 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 17 Aug 2016 11:11:50 -0700 Subject: [PATCH] docs(toh-6): systemjs.config.json -> systemjs.config.js (#2116) Copyedit in file tree. --- public/docs/ts/latest/tutorial/toh-pt6.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt6.jade b/public/docs/ts/latest/tutorial/toh-pt6.jade index 1843772aab..cb7f750aec 100644 --- a/public/docs/ts/latest/tutorial/toh-pt6.jade +++ b/public/docs/ts/latest/tutorial/toh-pt6.jade @@ -568,7 +568,7 @@ block filetree .file index.html .file package.json .file styles.css - .file systemjs.config.json + .file systemjs.config.js .file tsconfig.json .file typings.json