Skip to content

Commit f338fd0

Browse files
committed
pr cleanup
1 parent 9c2ac02 commit f338fd0

File tree

1 file changed

+3
-3
lines changed
  • ui/admin/app/components/form/worker/create-worker-led

1 file changed

+3
-3
lines changed

ui/admin/app/components/form/worker/create-worker-led/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default class FormWorkerCreateWorkerLedComponent extends Component {
3838

3939
// =properties
4040
/**
41-
* Returns directory creation text for `<Hds::CodeEditor>`.
41+
* Returns directory creation text for `<Hds::CodeBlock>`.
4242
* @type {string}
4343
*/
4444
get createConfigText() {
@@ -55,7 +55,7 @@ touch ${this.configFilePath || '<path>'}/pki-worker.hcl`;
5555
}
5656

5757
/**
58-
* Returns config creation text for `<Hds::CodeEditor>`. The user will see
58+
* Returns config creation text for `<Hds::CodeBlock>`. The user will see
5959
* different outputs based on if they are using `hcp` or `oss` binaries.
6060
* @type {string}
6161
*/
@@ -108,7 +108,7 @@ ${listenerText}
108108

109109
/**
110110
* Returns boundary installation command and start worker server command
111-
* for `<Hds::CodeEditor>`.
111+
* for `<Hds::CodeBlock>`.
112112
* @type {string}
113113
*/
114114
get installBoundaryText() {

0 commit comments

Comments
 (0)