Skip to content

Commit 1f1a81f

Browse files
committed
refactor(test:endpoint): endpont -> endpoint
1 parent 95a5aab commit 1f1a81f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/test/endpoint.test.js

+3-3
Original file line numberDiff line numberDiff 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 => {

0 commit comments

Comments
 (0)