From e297e7bbf0ee4ccd0086c5e940293ea3221ff661 Mon Sep 17 00:00:00 2001 From: Ingve Vormestrand Date: Fri, 8 Mar 2024 09:00:14 +0100 Subject: [PATCH] Fix typo in docs --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 1a88b476e..3f0aa622d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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