Skip to content

Commit 355fe44

Browse files
authored
docs: Fix typo in data driven fixes test folder section (flutter#151836)
Previously we were having `corresponding` written as `curresponding`.
1 parent 1962e7f commit 355fe44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/Data-driven-Fixes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ An abbreviated URI is the portion of the URI following the name of the package c
499499

500500
### test folder
501501

502-
A _test folder_ contains dart files and their curresponding golden master `.expect` files that are used to test the data in the [data file](#data-file). These files are located in a folder (conventionally named `test_fixes`) in the package directory. See the [Testing](#testing) section for more documentation.
502+
A _test folder_ contains dart files and their corresponding golden master `.expect` files that are used to test the data in the [data file](#data-file). These files are located in a folder (conventionally named `test_fixes`) in the package directory. See the [Testing](#testing) section for more documentation.
503503

504504
You might find it useful to include a `README.md` file that has a link to this documentation for easy reference.
505505

0 commit comments

Comments
 (0)