Skip to content

Commit 55fc58d

Browse files
authoredNov 16, 2022
Fix typo in docs/index.md (#1082)
1 parent 8a14f1f commit 55fc58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4034,7 +4034,7 @@ Describe("Publishing books", func() {
40344034
Expect(result.EpubContent).To(ContainSubstring("I've ransomed you from fear and hatred, and now I give you back to God."))
40354035

40364036
//we expect the publisher to close the channel when it's done
4037-
Eventually(ctx, c).WithTimeout(time.Second.Should(BeClosed())
4037+
Eventually(ctx, c).WithTimeout(time.Second).Should(BeClosed())
40384038
}, SpecTimeout(time.Second*30)) //this spec has 30 seconds to complete
40394039
})
40404040
```

0 commit comments

Comments
 (0)
Please sign in to comment.