File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ describe('angular-fullstack:endpoint', function() {
114
114
] ) ;
115
115
} ) ;
116
116
117
- describe ( `with a generated endpont 'foo'` , function ( ) {
117
+ describe ( `with a generated endpoint 'foo'` , function ( ) {
118
118
var dir ;
119
119
beforeEach ( function ( ) {
120
120
return runEndpointGen ( 'foo' , { config : config [ 'generator-angular-fullstack' ] } ) . then ( _dir => {
@@ -136,7 +136,7 @@ describe('angular-fullstack:endpoint', function() {
136
136
} ) ;
137
137
} ) ;
138
138
139
- describe ( 'with a generated capitalized endpont ' , function ( ) {
139
+ describe ( 'with a generated capitalized endpoint ' , function ( ) {
140
140
var dir ;
141
141
beforeEach ( function ( ) {
142
142
return runEndpointGen ( 'Foo' , { config : config [ 'generator-angular-fullstack' ] } ) . then ( _dir => {
@@ -158,7 +158,7 @@ describe('angular-fullstack:endpoint', function() {
158
158
} ) ;
159
159
} ) ;
160
160
161
- describe ( 'with a generated path name endpont ' , function ( ) {
161
+ describe ( 'with a generated path name endpoint ' , function ( ) {
162
162
var dir ;
163
163
beforeEach ( function ( ) {
164
164
return runEndpointGen ( 'foo/bar' , { config : config [ 'generator-angular-fullstack' ] } ) . then ( _dir => {
You can’t perform that action at this time.
0 commit comments