From ed8b299ec02607aee63788915b41d2dab8b142ff Mon Sep 17 00:00:00 2001 From: Jeffrey Guenther Date: Sat, 18 Nov 2017 17:30:26 -0800 Subject: Proofreading --- guides/source/active_storage_overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guides/source/active_storage_overview.md') diff --git a/guides/source/active_storage_overview.md b/guides/source/active_storage_overview.md index 04f0ccec99..c3262c85e0 100644 --- a/guides/source/active_storage_overview.md +++ b/guides/source/active_storage_overview.md @@ -338,8 +338,8 @@ Clean up Stored Files Store During System Tests System tests clean up test data by rolling back a transaction. Because destroy is never called on an object, the attached files are never cleaned up. If you want to clear the files, you can do it in an `after_teardown` callback. Doing it -here ensures that all connections to created during the test are complete and -you won't get an error from ActiveStorage saying it can't find a file. +here ensures that all connections created during the test are complete and +you won't receive an error from ActiveStorage saying it can't find a file. ``` ruby class ApplicationSystemTestCase < ActionDispatch::SystemTestCase -- cgit v1.2.3