Skip to content

Commit

Permalink
Fix Terminal reference (#4945)
Browse files Browse the repository at this point in the history
* Fix Terminal reference

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>

* Update common/changes/@rushstack/typings-generator/main_2024-09-27-16-41.json

---------

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
Co-authored-by: Daniel <3473356+D4N14L@users.noreply.github.com>
  • Loading branch information
emmanuel-ferdman and D4N14L committed Sep 27, 2024
1 parent 7442221 commit 85db5c9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/typings-generator",
"comment": "Fix reference to terminal documentation in README",
"type": "patch"
}
],
"packageName": "@rushstack/typings-generator"
}
2 changes: 1 addition & 1 deletion libraries/typings-generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Use cases include:

### `terminal`

Optionally provide a [Terminal](https://github.com/microsoft/rushstack/blob/main/libraries/node-core-library/src/Terminal/Terminal.ts)
Optionally provide a [Terminal](https://github.com/microsoft/rushstack/blob/main/libraries/terminal/src/Terminal.ts)
object for logging. If one isn't provided, logs will go to the console.

### `globsToIgnore`
Expand Down

0 comments on commit 85db5c9

Please sign in to comment.