From 40f320d7210508092dc94e9f27cbf0e1fe86c266 Mon Sep 17 00:00:00 2001 From: Maxime Date: Sun, 18 Sep 2016 18:54:40 +0200 Subject: [PATCH] docs(testing): fix small typo (#2401) --- public/docs/ts/latest/guide/testing.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/testing.jade b/public/docs/ts/latest/guide/testing.jade index 51ba85876f..3e61e0023a 100644 --- a/public/docs/ts/latest/guide/testing.jade +++ b/public/docs/ts/latest/guide/testing.jade @@ -142,7 +142,7 @@ a#setup .alert.is-helpful :marked - If youur application was based on the QuickStart repository, + If your application was based on the QuickStart repository, you can skip the rest of this section and get on with your first test. The QuickStart repo provides all necessary setup.