Skip to content

Commit dc28519

Browse files
authored
Spelling error ⚒️
Fix spelling error from `Optinal` to `Optional`
1 parent 8ebb542 commit dc28519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project/src/MakeCall/Login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ const isSupportedEnvironment = this.environmentInfo.isSupportedEnvironment;
666666
onChange={(e) => { this.displayName = e.target.value }}/>
667667
<TextField
668668
defaultValue={this.clientTag}
669-
label="Optinal - Usage tag for this session"
669+
label="Optional - Usage tag for this session"
670670
onChange={(e) => { this.clientTag = e.target.value }}/>
671671
<TextField
672672
placeholder="JWT Token"

0 commit comments

Comments
 (0)