Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit af9c636

Browse files
docs: DEV-2876: Update Brush tag (#960)
1 parent a45fc8c commit af9c636

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tags/control/Brush.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ import SeparatedControlMixin from "../../mixins/SeparatedControlMixin";
77
import { ToolManagerMixin } from "../../mixins/ToolManagerMixin";
88

99
/**
10-
* Use the Brush tag for image segmentation tasks where you want to apply a mask or use a brush to draw a region on the image.
10+
* The `Brush` tag is used for image segmentation tasks where you want to apply a mask or use a brush to draw a region on the image.
1111
*
12-
* Use with the following data types: image
12+
* Use with the following data types: image.
1313
* @example
14-
* <!--Basic image segmentation labeling configuration-->
14+
* Basic image segmentation labeling configuration:
1515
* <View>
1616
* <Brush name="labels" toName="image">
1717
* <Label value="Person" />

0 commit comments

Comments
 (0)