Skip to content

Commit 1260870

Browse files
authored
Merge pull request #276 from blakedrumm/patch-1
Spelling error ⚒️
2 parents 8ebb542 + dc28519 commit 1260870

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)