Skip to content

Commit 49d5222

Browse files
Hareloomicalevisk
andauthored
Changes "this link" text to be more specific
Co-authored-by: Micael Levi L. Cavalcante <[email protected]>
1 parent 4119d39 commit 49d5222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/faq/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ In order to fix this problem, you need to add a setting to your tsconfig.json fi
101101
}
102102
```
103103
This tells TypeScript to use the polling method for checking for file changes instead of file system events (the new default method), which can cause issues on some machines.
104-
You can read more about the `"watchFile"` options you can use in [this link](https://www.typescriptlang.org/tsconfig#watch-watchDirectory).
104+
You can read more about the `"watchFile"` option in [TypeScript documentation](https://www.typescriptlang.org/tsconfig#watch-watchDirectory).

0 commit comments

Comments
 (0)