Skip to content

Commit

Permalink
fixed typo (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshuman-agarwala committed Jun 25, 2022
1 parent 71ebb74 commit 219cc00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core_dsl.go
Expand Up @@ -630,7 +630,7 @@ func JustAfterEach(args ...interface{}) bool {
}

/*
BeforeAll nodes are Setup nodes that can occur inside Ordered contaienrs. They run just once before any specs in the Ordered container run.
BeforeAll nodes are Setup nodes that can occur inside Ordered containers. They run just once before any specs in the Ordered container run.
Multiple BeforeAll nodes can be defined in a given Ordered container however they cannot be nested inside any other container.
Expand All @@ -643,7 +643,7 @@ func BeforeAll(args ...interface{}) bool {
}

/*
AfterAll nodes are Setup nodes that can occur inside Ordered contaienrs. They run just once after all specs in the Ordered container have run.
AfterAll nodes are Setup nodes that can occur inside Ordered containers. They run just once after all specs in the Ordered container have run.
Multiple AfterAll nodes can be defined in a given Ordered container however they cannot be nested inside any other container.
Expand Down

0 comments on commit 219cc00

Please sign in to comment.