Skip to content

Commit

Permalink
Typo fix: containe -> contain (kubernetes#3095)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirake authored and cheld committed Jun 12, 2018
1 parent 882ef79 commit a6b5700
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ describe('DokcerImageReference', () => {
});

it('should return part of the string after `:` delimiter when containerImage is not empty' +
'and containe two `/` delimiters',
'and contain two `/` delimiters',
() => {
// given
let reference = 'private.registry:5000/namespace/test:1';
Expand Down

0 comments on commit a6b5700

Please sign in to comment.