Skip to content

Commit 3940d95

Browse files
authored
Fix readme typo (#3079)
1 parent b15925f commit 3940d95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2140,7 +2140,7 @@ change their behavior.
21402140
| `[default]`<sup>1.43.0</sup> | recipe | Use recipe as module's default recipe. |
21412141
| `[doc(DOC)]`<sup>1.27.0</sup> | module, recipe | Set recipe or module's [documentation comment](#documentation-comments) to `DOC`. |
21422142
| `[extension(EXT)]`<sup>1.32.0</sup> | recipe | Set shebang recipe script's file extension to `EXT`. `EXT` should include a period if one is desired. |
2143-
| `[group(NAME)]`<sup>1.27.0</sup> | module, recipe | Put recipe or module in in [group](#groups) `NAME`. |
2143+
| `[group(NAME)]`<sup>1.27.0</sup> | module, recipe | Put recipe or module in [group](#groups) `NAME`. |
21442144
| `[linux]`<sup>1.8.0</sup> | recipe | Enable recipe on Linux. |
21452145
| `[macos]`<sup>1.8.0</sup> | recipe | Enable recipe on MacOS. |
21462146
| `[metadata(METADATA)]`<sup>1.42.0</sup> | recipe | Attach `METADATA` to recipe. |

0 commit comments

Comments
 (0)