diff --git a/packages/tsconfig-reference/copy/en/options/paths.md b/packages/tsconfig-reference/copy/en/options/paths.md
index 05df93568930..8d1588e1fb3e 100644
--- a/packages/tsconfig-reference/copy/en/options/paths.md
+++ b/packages/tsconfig-reference/copy/en/options/paths.md
@@ -29,7 +29,8 @@ This would allow you to be able to write `import "jquery"`, and get all of the c
         "shared/*": ["./src/app/_shared/*"],
         "helpers/*": ["./src/helpers/*"],
         "tests/*": ["./src/tests/*"]
-    },
+    }
+  }
 }
 ```