Commit 83730e22 authored by energiehund's avatar energiehund Committed by xuehui
Browse files

fix: Fix typo successed, 'successed' is not a word (#198)

parent b4cc184c
...@@ -136,7 +136,7 @@ machineList: ...@@ -136,7 +136,7 @@ machineList:
* __maxTrialNum__ * __maxTrialNum__
* Description * Description
__maxTrialNum__ specifies the max number of trial jobs created by nni, including successed and failed jobs. __maxTrialNum__ specifies the max number of trial jobs created by nni, including succeeded and failed jobs.
* __trainingServicePlatform__ * __trainingServicePlatform__
* Description * Description
...@@ -391,4 +391,4 @@ machineList: ...@@ -391,4 +391,4 @@ machineList:
username: test username: test
sshKeyPath: /nni/sshkey sshKeyPath: /nni/sshkey
passphrase: qwert passphrase: qwert
``` ```
\ No newline at end of file
...@@ -459,7 +459,7 @@ class Sessionpro extends React.Component<{}, SessionState> { ...@@ -459,7 +459,7 @@ class Sessionpro extends React.Component<{}, SessionState> {
<div className="selectInline"> <div className="selectInline">
<Row> <Row>
<Col span={18}> <Col span={18}>
<h2>The trials that successed</h2> <h2>The trials that succeeded</h2>
</Col> </Col>
<Col span={6}> <Col span={6}>
<span className="tabuser1">top</span> <span className="tabuser1">top</span>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment