style: fix typos boostrap to bootstrap (#21917)

PR Close #21917
This commit is contained in:
Adrien Boullé
2018-01-30 21:46:38 +01:00
committed by Matias Niemelä
parent 0b8b06ee8b
commit 0c88d5dedd
4 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ import {verifyNoBrowserErrors} from './util';
describe('Hello world E2E Tests', function() {
it('should display: Hello world!', function() {
// Load the page without waiting for Angular since it is not boostrapped automatically.
// Load the page without waiting for Angular since it is not bootstrapped automatically.
browser.driver.get(browser.baseUrl + 'helloworld');
const style = browser.driver.findElement(by.css('style[ng-transition="hlw"]'));