docs: Fix typo in data driven fixes test folder section (#151836)

Previously we were having `corresponding` written as `curresponding`.
This commit is contained in:
Kishan Rathore 2024-07-17 23:40:17 +05:30 committed by GitHub
parent 1962e7fd1a
commit 355fe44f19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.