Skip to content

Commit fabd1f9

Browse files
committed
docs(CHANGES): Fix highlighting
1 parent ab5a86e commit fabd1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGES

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

3838
```toml
39-
[tool.poetry.group.[group-name].dependencies]
39+
[tool.poetry.group.group-name.dependencies]
4040
dev-dependency = "1.0.0"
4141
```
4242

0 commit comments

Comments
 (0)