Skip to content

Commit 06de431

Browse files
eugenenosenkoonsi
authored andcommittedFeb 27, 2024
fix docs
1 parent 372d26a commit 06de431

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎docs/index.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -3535,8 +3535,7 @@ you'll end up with multiple processes writing to the same file and the output wi
35353535

35363536
#### Reporting Nodes - ReportBeforeSuite and ReportAfterSuite
35373537
`ReportBeforeSuite` and `ReportAfterSuite` nodes behave similarly to `BeforeSuite` and `AfterSuite` and can be placed at the top-level of your suite (typically in the suite bootstrap file).
3538-
`ReportBeforeSuite` node take a closure that accepts a single [`Report`]((https://pkg.go.dev/github.com/onsi/ginkgo/v2/types#Report)) argument, `ReportAfterSuite` can accept either
3539-
closer that accepts `Report` or, both `SpecContext` and `Report` converting the node to an interruptible node.
3538+
`ReportBeforeSuite` node take a closure that accepts either [`Report`]((https://pkg.go.dev/github.com/onsi/ginkgo/v2/types#Report)) or, both `SpecContext` and `Report` converting the node to an interruptible node.
35403539

35413540
```go
35423541
var _ = ReportBeforeSuite(func(report Report) {

0 commit comments

Comments
 (0)
Please sign in to comment.