File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 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() {
114114 ] ) ;
115115 } ) ;
116116
117- describe ( `with a generated endpont 'foo'` , function ( ) {
117+ describe ( `with a generated endpoint 'foo'` , function ( ) {
118118 var dir ;
119119 beforeEach ( function ( ) {
120120 return runEndpointGen ( 'foo' , { config : config [ 'generator-angular-fullstack' ] } ) . then ( _dir => {
@@ -136,7 +136,7 @@ describe('angular-fullstack:endpoint', function() {
136136 } ) ;
137137 } ) ;
138138
139- describe ( 'with a generated capitalized endpont ' , function ( ) {
139+ describe ( 'with a generated capitalized endpoint ' , function ( ) {
140140 var dir ;
141141 beforeEach ( function ( ) {
142142 return runEndpointGen ( 'Foo' , { config : config [ 'generator-angular-fullstack' ] } ) . then ( _dir => {
@@ -158,7 +158,7 @@ describe('angular-fullstack:endpoint', function() {
158158 } ) ;
159159 } ) ;
160160
161- describe ( 'with a generated path name endpont ' , function ( ) {
161+ describe ( 'with a generated path name endpoint ' , function ( ) {
162162 var dir ;
163163 beforeEach ( function ( ) {
164164 return runEndpointGen ( 'foo/bar' , { config : config [ 'generator-angular-fullstack' ] } ) . then ( _dir => {
You can’t perform that action at this time.
0 commit comments