corrected a typo
gitea/salix/1944-ticket-summary This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2020-02-06 07:39:00 +01:00
parent 57c8ef99dc
commit 610c21f23d
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ describe('vnRouteDescriptorPopover', () => {
});
describe('show()', () => {
it(`should call the popover show() mothod`, () => {
it(`should call the popover show() method`, () => {
spyOn(controller.$.popover, 'show');
controller.show();