Skip to content

Commit 82a1fc8

Browse files
grammar fix
1 parent eba9f80 commit 82a1fc8

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/scicloj/clay/uncompiled_clojurescript.clj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@
2424
;; No build step, no config, just static files. That makes it perfect to include in Clay notebooks like this one.
2525

2626
;; When you're hungry, do you always cook a gourmet meal?
27-
;; Sometimes you just want to make a quick sandwich—grab what you need,
28-
;; slap it together, and start eating. No prep work, no cleanup.
29-
;; That's Scittle: quick, simple, satisfying ClojureScript without the ceremony.
27+
;; Sometimes you just want to make a quick sandwich.
28+
;; Grab what you need, slap it together, and start eating.
29+
;; No prep work, no cleanup.
30+
;; That's Scittle.
31+
;; Quick, simple, satisfying ClojureScript without the ceremony.
3032
;; Sometimes you don't need the full kitchen setup with build tools and configurations.
3133

3234
;; Clay lets us interleave plain Hiccup with Reagent/Scittle components:

0 commit comments

Comments
 (0)