From 7ccd070c91ae1089f307c8557dcbd9a14837316c Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Wed, 10 Jan 2018 09:57:37 +0900 Subject: Fix "the the " [ci skip] --- guides/source/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/testing.md') diff --git a/guides/source/testing.md b/guides/source/testing.md index bf310cf2db..b82ccebe7c 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -778,7 +778,7 @@ Then the test will fill in the title and body of the article with the specified text. Once the fields are filled in, "Create Article" is clicked on which will send a POST request to create the new article in the database. -We will be redirected back to the the articles index page and there we assert +We will be redirected back to the articles index page and there we assert that the text from the new article's title is on the articles index page. #### Taking it further -- cgit v1.2.3