Skip to content

Commit df97d5a

Browse files
committed
Fix typos
Signed-off-by: Yuanyuan Chen <cyyever@outlook.com>
1 parent d44b83b commit df97d5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

label_studio/feature_flags.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"version": 2,
5656
"deleted": false
5757
},
58-
"feat_front_dev_3260_alternative_shortcuts_for_video_navigation": {
59-
"key": "feat_front_dev_3260_alternative_shortcuts_for_video_navigation",
58+
"feat_front_dev_3260_alternative_shortcuts_for_video_naviagtion": {
59+
"key": "feat_front_dev_3260_alternative_shortcuts_for_video_naviagtion",
6060
"on": false,
6161
"prerequisites": [],
6262
"targets": [],

web/libs/editor/src/stores/TaskStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const TaskStore = types
2222
agreement: types.maybeNull(types.number),
2323
/**
2424
* Data of task, may contain an object but in App Store will be transformed into string
25-
* MST doesn't support processing of dynamic objects with unkown keys value
25+
* MST doesn't support processing of dynamic objects with unknown keys value
2626
*/
2727
data: types.maybeNull(types.string),
2828
queue: types.optional(types.maybeNull(types.string), null),

0 commit comments

Comments
 (0)