Skip to content

Commit 823459d

Browse files
committed
wip
1 parent bd67678 commit 823459d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/news/2025-11-24-release.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ClojureScript now supports https://clojure.org/reference/java_interop#methodvalu
6363
6464
`:require-global` lets you use JavaScript librares that you included as script tags on the page without any further build configuration. JavaScript build tooling brings a considerable amount of additional complexity and there is a growing population of developers moving to technologies that eliminate it. https://hypermedia.systems[Hypermedia] frameworks in particular have returned to more innocent times where at most you needed exactly one JavaScript dependency to be productive.
6565
66-
ClojureScript now supports hypermedia-centric development approaches where you might have only one dependency and you are using ClojueScript / Google Closure Library primarily to build https://developer.mozilla.org/en-US/docs/Web/API/Web_components[Web Components] and want to sidestep the JavaScript dependency churn and tooling burden.
66+
ClojureScript now supports hypermedia-centric development approaches where you might have only one dependency and you are using ClojureScript / Google Closure Library primarily to build https://developer.mozilla.org/en-US/docs/Web/API/Web_components[Web Components] and want to sidestep the JavaScript dependency churn and tooling burden.
6767
6868
[source,clojure]
6969
```

0 commit comments

Comments
 (0)