Skip to content

Commit

Permalink
docs(aio): fix to single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
kapunahelewong committed Dec 4, 2017
1 parent e0d7fe3 commit 766a0c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { browser, element, by } from 'protractor';

describe('sw-example App', () => {
let page: AppPage;
let logo = element(by.css("img"));
let logo = element(by.css('img'));


beforeEach(() => {
Expand Down

0 comments on commit 766a0c9

Please sign in to comment.