Skip to content

Commit a60db27

Browse files
authored
Merge pull request #285 from helins/fix-suited-level-hook-doc
Properly namespace a kw in the hook doc
2 parents f94fb1a + b8552ac commit a60db27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/10_hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ gets loaded or run.
157157

158158
``` clojure
159159
#kaocha/v1
160-
{:tests [{:kaocha/pre-load-test [...]}]}
160+
{:tests [{:kaocha.hooks/pre-load-test [...]}]}
161161
```
162162

163163
These can be used for instance with kaocha-cljs2 to prepare the ClojureScript

0 commit comments

Comments
 (0)