Skip to content

Commit 99f3921

Browse files
authored
Merge pull request #4248 from kiranparajuli589/patch-1
Fix grammatical error
2 parents bbb52ce + 23c3846 commit 99f3921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/getting-started/testing-your-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ a much more thorough analysis and approach to accomplishing this.
350350
### Logging in
351351

352352
One of the first (and arguably one of the hardest) hurdles you'll have to
353-
overcome is testing logging into your application.
353+
overcome in testing is logging into your application.
354354

355355
Nothing slows a test suite down like having to log in, but all the good parts of
356356
your application most likely require an authenticated user! Here are some tips.

0 commit comments

Comments
 (0)