mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
docs: Fix typo in data driven fixes test folder section (#151836)
Previously we were having `corresponding` written as `curresponding`.
This commit is contained in:
parent
1962e7fd1a
commit
355fe44f19
@ -499,7 +499,7 @@ An abbreviated URI is the portion of the URI following the name of the package c
|
||||
|
||||
### test folder
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
You might find it useful to include a `README.md` file that has a link to this documentation for easy reference.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user