Skip to content

Commit

Permalink
fix: fix typo (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhizhen committed Feb 8, 2022
1 parent 3df3525 commit 3a93115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/errors.go
Expand Up @@ -80,7 +80,7 @@ func (g ginkgoErrors) PushingNodeInRunPhase(nodeType NodeType, cl CodeLocation)
to the Ginkgo spec tree in a leaf node {{bold}}after{{/}} the specs started running.
To enable randomization and parallelization Ginkgo requires the spec tree
to be fully construted up front. In practice, this means that you can
to be fully constructed up front. In practice, this means that you can
only create nodes like {{bold}}[%s]{{/}} at the top-level or within the
body of a {{bold}}Describe{{/}}, {{bold}}Context{{/}}, or {{bold}}When{{/}}.`, nodeType, nodeType),
CodeLocation: cl,
Expand Down

0 comments on commit 3a93115

Please sign in to comment.