Skip to content

Commit

Permalink
core: fix typo in proxy-cli-contribution.ts (eclipse-theia#11222)
Browse files Browse the repository at this point in the history
The commit fixes a minor typo in the `description` field for the `StrictSSL` cli option.

Signed-off-by: Prajwal Borkar <[email protected]>
  • Loading branch information
PrajwalBorkar authored Jun 3, 2022
1 parent 40e6266 commit bbac7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/node/request/proxy-cli-contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class ProxyCliContribution implements CliContribution {
type: 'string'
});
conf.option(StrictSSL, {
description: 'Detemines whether SSL is strictly set for outgoing requests.',
description: 'Determines whether SSL is strictly set for outgoing requests.',
type: 'boolean'
});
}
Expand Down

0 comments on commit bbac7e3

Please sign in to comment.