From 3254080d450ab0b848ac29bc8a388c836eff5efa Mon Sep 17 00:00:00 2001 From: Kamal Raj Date: Mon, 31 Jan 2022 20:18:20 +0530 Subject: [PATCH] Update README.md (#15430) fix typo --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 2fed393cf1..62b07e0769 100644 --- a/docs/README.md +++ b/docs/README.md @@ -176,7 +176,7 @@ provide its path. For instance: \[\`file_utils.ModelOutput\`\]. This will be con `file_utils.ModelOutput` in the description. To get rid of the path and only keep the name of the object you are linking to in the description, add a ~: \[\`~file_utils.ModelOutput\`\] will generate a link with `ModelOutput` in the description. -The same wroks for methods so you can either use \[\`XXXClass.method\`\] or \[~\`XXXClass.method\`\]. +The same works for methods so you can either use \[\`XXXClass.method\`\] or \[~\`XXXClass.method\`\]. #### Defining arguments in a method