Skip to content

Commit d45d83f

Browse files
committed
docs(CHANGES): Fix highlighting
1 parent 0012cef commit d45d83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ _Maintenance only, no bug fixes or new features_
3939
Per [Poetry's docs on managing dependencies] and `poetry check`, we had it wrong: Instead of using extras, we should create these:
4040

4141
```toml
42-
[tool.poetry.group.[group-name].dependencies]
42+
[tool.poetry.group.group-name.dependencies]
4343
dev-dependency = "1.0.0"
4444
```
4545

0 commit comments

Comments
 (0)