Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 4cfc279

Browse files
Zahid Mahirpetebacondarwin
Zahid Mahir
authored andcommitted
docs(tutorial/step-3): correct slight grammar issue
Closes #8996
1 parent 6a07009 commit 4cfc279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/tutorial/step_03.ngdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ describe('PhoneCat App', function() {
9595
});
9696

9797

98-
it('should filter the phone list as user types into the search box', function() {
98+
it('should filter the phone list as a user types into the search box', function() {
9999

100100
var phoneList = element.all(by.repeater('phone in phones'));
101101
var query = element(by.model('query'));
@@ -159,7 +159,7 @@ Let's see how we can get the current value of the `query` model to appear in the
159159
var phoneList = element.all(by.repeater('phone in phones'));
160160
var query = element(by.model('query'));
161161

162-
it('should filter the phone list as user types into the search box', function() {
162+
it('should filter the phone list as a user types into the search box', function() {
163163
expect(phoneList.count()).toBe(3);
164164

165165
query.sendKeys('nexus');

0 commit comments

Comments
 (0)