Skip to content

Commit 28b8764

Browse files
[Chore][Doc] Fix typos in WorkflowInstanceServiceTest and JVM.json (#18018)
1 parent 0a00aa4 commit 28b8764

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/WorkflowInstanceServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ public void queryByTriggerCode() {
324324
Map<String, Object> proejctAuthFailMap =
325325
workflowInstanceService.queryByTriggerCode(loginUser, projectCode, 999L);
326326
Assertions.assertEquals(Status.PROJECT_NOT_FOUND, proejctAuthFailMap.get(Constants.STATUS));
327-
// project auth sucess
327+
// project auth success
328328
putMsg(result, Status.SUCCESS, projectCode);
329329
when(workflowInstanceMapper.queryByTriggerCode(projectCode)).thenReturn(new ArrayList());
330330
proejctAuthFailMap =

dolphinscheduler-meter/src/main/resources/grafana/JVM.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2183,7 +2183,7 @@
21832183
"hide": false,
21842184
"interval": "",
21852185
"intervalFactor": 2,
2186-
"legendFormat": "commited",
2186+
"legendFormat": "committed",
21872187
"metric": "",
21882188
"refId": "B",
21892189
"step": 1800
@@ -2336,7 +2336,7 @@
23362336
"hide": false,
23372337
"interval": "",
23382338
"intervalFactor": 2,
2339-
"legendFormat": "commited",
2339+
"legendFormat": "committed",
23402340
"metric": "",
23412341
"refId": "B",
23422342
"step": 1800

0 commit comments

Comments
 (0)