File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -76,15 +76,15 @@ describe('email', () => {
7676
7777 // Start of local part
7878
79- test ( 'for underscore in begining of local part' , ( ) => {
79+ test ( 'for underscore in beginning of local part' , ( ) => {
8080 expectNoActionIssue ( action , [ '_email@example.com' ] ) ;
8181 } ) ;
8282
83- test ( 'for hyphen in begining of local part' , ( ) => {
83+ test ( 'for hyphen in beginning of local part' , ( ) => {
8484 expectNoActionIssue ( action , [ '-email@example.com' ] ) ;
8585 } ) ;
8686
87- test ( 'for plus in begining of local part' , ( ) => {
87+ test ( 'for plus in beginning of local part' , ( ) => {
8888 expectNoActionIssue ( action , [ '+email@example.com' ] ) ;
8989 } ) ;
9090
Original file line number Diff line number Diff line change @@ -80,15 +80,15 @@ describe('rfcEmail', () => {
8080
8181 // Start of local part
8282
83- test ( 'for underscore in begining of local part' , ( ) => {
83+ test ( 'for underscore in beginning of local part' , ( ) => {
8484 expectNoActionIssue ( action , [ '_email@example.com' ] ) ;
8585 } ) ;
8686
87- test ( 'for hyphen in begining of local part' , ( ) => {
87+ test ( 'for hyphen in beginning of local part' , ( ) => {
8888 expectNoActionIssue ( action , [ '-email@example.com' ] ) ;
8989 } ) ;
9090
91- test ( 'for plus in begining of local part' , ( ) => {
91+ test ( 'for plus in beginning of local part' , ( ) => {
9292 expectNoActionIssue ( action , [ '+email@example.com' ] ) ;
9393 } ) ;
9494
You can’t perform that action at this time.
0 commit comments