Skip to content

Commit dfdf312

Browse files
authored
fix(docs): add missing ` (microsoft#2866)
1 parent 085b2a0 commit dfdf312

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/tsconfig-reference/scripts/tsconfigRules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export const defaultsForOptions = {
222222
"jspm_packages",
223223
"[`outDir`](#outDir)",
224224
],
225-
include: ["`[]` if [`files`](#files) is specified,", "`**/* otherwise."],
225+
include: ["`[]` if [`files`](#files) is specified,", "`**/*` otherwise."],
226226
incremental: trueIf("composite"),
227227
jsxFactory: "React.createElement",
228228
locale: "Platform specific.",

0 commit comments

Comments
 (0)