From 355fe44f19ece389f06626e761f4e26d5df8f8ce Mon Sep 17 00:00:00 2001 From: Kishan Rathore <34465683+rkishan516@users.noreply.github.com> Date: Wed, 17 Jul 2024 23:40:17 +0530 Subject: [PATCH] docs: Fix typo in data driven fixes test folder section (#151836) Previously we were having `corresponding` written as `curresponding`. --- docs/contributing/Data-driven-Fixes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/Data-driven-Fixes.md b/docs/contributing/Data-driven-Fixes.md index 062b58da6915..35df028a20e5 100644 --- a/docs/contributing/Data-driven-Fixes.md +++ b/docs/contributing/Data-driven-Fixes.md @@ -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.