Skip to content

Commit d1f913c

Browse files
authored
Merge pull request rails#54104 from Uaitt/typo-in-testing-guide
Fix typo in testing guide [ci skip]
2 parents 60311f5 + 546f80c commit d1f913c

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)