Skip to content

Commit 176e6a2

Browse files
committed
Fix typo and choose better link.
1 parent eb61e70 commit 176e6a2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

doc/08_plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Preload namespaces. Useful for loading specs and installing instrumentation.
164164

165165
This plugin works for only Clojure namespaces. For ClojureScript namespaces, use
166166
the [`:preloads`
167-
functionality](https://cljs.github.io/api/compiler-options/preloads) of the
167+
functionality](https://clojurescript.org/reference/compiler-options#preloads) of the
168168
ClojureScript compiler.
169169

170170
## Debug

src/kaocha/plugin/preloads.clj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
44
Useful for preloading specs and other instrumentation.
55
6-
This calls `require` on the given namespace names before loading any tests.
7-
This prlugin works for only Clojure namespaces. For ClojureScript namespaces,
6+
This plugin calls `require` on the given namespace names before loading any
7+
tests.
8+
9+
This plugin works for only Clojure namespaces. For ClojureScript namespaces,
810
use the :preloads functionality of the ClojureScript compiler."
911
(:require [kaocha.plugin :refer [defplugin]]))
1012

0 commit comments

Comments
 (0)