"src/vscode:/vscode.git/clone" did not exist on "6dc96db7bf12ff0118527f9f831e388490d44a9d"
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:
* __maxTrialNum__
* 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__
* Description
......
......@@ -459,7 +459,7 @@ class Sessionpro extends React.Component<{}, SessionState> {
<div className="selectInline">
<Row>
<Col span={18}>
<h2>The trials that successed</h2>
<h2>The trials that succeeded</h2>
</Col>
<Col span={6}>
<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