Skip to content

Commit 0951a99

Browse files
committed
CLJS-3298: visibility diagnostic group typo
1 parent db319f3 commit 0951a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/closure.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
:unused-local-variable DiagnosticGroups/UNUSED_LOCAL_VARIABLE
189189
:unused-private-property DiagnosticGroups/UNUSED_PRIVATE_PROPERTY
190190
:violated-module-dep DiagnosticGroups/VIOLATED_MODULE_DEP
191-
:visiblity DiagnosticGroups/VISIBILITY})
191+
:visibility DiagnosticGroups/VISIBILITY})
192192

193193
(def known-opts
194194
"Set of all known compiler options."

0 commit comments

Comments
 (0)