diff --git a/src/tags/control/Choices.js b/src/tags/control/Choices.js index 05c7a90c0..6f532d03b 100644 --- a/src/tags/control/Choices.js +++ b/src/tags/control/Choices.js @@ -27,7 +27,7 @@ const { Option } = Select; /** * The `Choices` tag is used to create a group of choices, with radio buttons or checkboxes. It can be used for single or multi-class classification. Also, it is used for advanced classification tasks where annotators can choose one or multiple answers. * - * Choices can have dynamic value to load labels from task. This task data should contain a list of options to create underlying s. All the parameters from options will be transferred to corresponding tags. + * Choices can have dynamic value to load labels from task. This task data should contain a list of options to create underlying ``s. All the parameters from options will be transferred to corresponding tags. * * The `Choices` tag can be used with any data types. * @example diff --git a/src/tags/control/Labels/Labels.js b/src/tags/control/Labels/Labels.js index 239d6ae3f..d6c2bea77 100644 --- a/src/tags/control/Labels/Labels.js +++ b/src/tags/control/Labels/Labels.js @@ -22,7 +22,7 @@ import './Labels.styl'; /** * The `Labels` tag provides a set of labels for labeling regions in tasks for machine learning and data science projects. Use the `Labels` tag to create a set of labels that can be assigned to identified region and specify the values of labels to assign to regions. * - * All types of Labels can have dynamic value to load labels from task. This task data should contain a list of options to create underlying