There was an error while loading. Please reload this page.
1 parent 9b74683 commit 6f51a28Copy full SHA for 6f51a28
1 file changed
internal-packages/observability-map/src/report/terminal.ts
@@ -56,7 +56,7 @@ export function contextLine(report: MapReport): string | null {
56
`CONTEXT ${naming} of ${applicable} entry points name a tenant on a failure path.` +
57
(collapsed.length > 0
58
? ` ${collapsed.length} appear${collapsed.length === 1 ? "s" : ""} only here, ` +
59
- `${sensitive} of them sensitive, in the JSON rather than the list below.`
+ `${sensitive} of them sensitive, in the JSON rather than the fix list.`
60
: "")
61
);
62
}
0 commit comments