Skip to content

Commit 0be3b57

Browse files
committed
em-dashes
1 parent 5bd8d0c commit 0be3b57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common-Errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ The list below captures some of the commonly confusing error messages that you m
66
## "tsc.exe" exited with error code 1.
77

88
*Fixes:*
9-
* check file-encoding is UTF-8 - https://typescript.codeplex.com/workitem/1587
9+
* check file-encoding is UTF-8 https://typescript.codeplex.com/workitem/1587
1010

1111
## external module XYZ cannot be resolved
1212

1313
*Fixes:*
14-
* check if module path is case-sensitive - https://typescript.codeplex.com/workitem/2134
14+
* check if module path is case-sensitive https://typescript.codeplex.com/workitem/2134

0 commit comments

Comments
 (0)