Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ingve authored and onsi committed Mar 8, 2024
1 parent a181ee2 commit e297e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1724,7 +1724,7 @@ Describe("handling requests", func() {
})
```

all the infrastructure around generating table entry descriptions applies here as well - though the description will be the title of the generatd container. Note that you **must** add subject nodes in the body function if you want `DescribeHandleSubtree` to add specs.
all the infrastructure around generating table entry descriptions applies here as well - though the description will be the title of the generated container. Note that you **must** add subject nodes in the body function if you want `DescribeHandleSubtree` to add specs.

### Alternatives to Dot-Importing Ginkgo

Expand Down

0 comments on commit e297e7b

Please sign in to comment.