Skip to content

Commit

Permalink
docs: fix incorrect default (#5257)
Browse files Browse the repository at this point in the history
Co-authored-by: Allen Zhang <[email protected]>
Co-authored-by: Mark Cowlishaw <[email protected]>
  • Loading branch information
3 people authored Dec 9, 2024
1 parent c4b26ab commit 86f3649
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
changeKind: internal
packages:
- "@typespec/compiler"
---

Fixes incorrect default value in dev doc
2 changes: 1 addition & 1 deletion packages/compiler/src/testing/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export interface TypeSpecTestLibraryInit {
typespecFileFolder?: string;

/**
* JS files folder. @default "dist"
* JS files folder. @default "dist/src"
*/
jsFileFolder?: string;
}
Expand Down

0 comments on commit 86f3649

Please sign in to comment.