Skip to content

Commit 546f80c

Browse files
committed
Fix typo in testing guide
1 parent 60311f5 commit 546f80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ Just about every Rails application interacts heavily with a database and so your
590590
tests will need a database to interact with as well. This section covers how to
591591
set up this test database and populate it with sample data.
592592

593-
As mentioned in the [Test Envionment section](#the-test-environment), every
593+
As mentioned in the [Test Environment section](#the-test-environment), every
594594
Rails application has three environments: development, test, and production. The
595595
database for each one of them is configured in `config/database.yml`.
596596

0 commit comments

Comments
 (0)