Skip to content

Commit d34ae84

Browse files
Update XML comments of TypesTextUsingScriptAttribute
1 parent d26e397 commit d34ae84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Atata/Attributes/Behaviors/TextType/TypesTextUsingScriptAttribute.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
namespace Atata
22
{
33
/// <summary>
4-
/// Represents the behavior for control value set by executing
4+
/// Represents the behavior for control text typing by executing
55
/// <c>HTMLElement.value += '{value}'; HTMLElement.dispatchEvent(new Event('change'));</c> JavaScript.
66
/// </summary>
77
public class TypesTextUsingScriptAttribute : TextTypeBehaviorAttribute

0 commit comments

Comments
 (0)