diff --git a/docs/guides/installation.md b/docs/guides/installation.md index 186ff478..b910467e 100644 --- a/docs/guides/installation.md +++ b/docs/guides/installation.md @@ -28,7 +28,7 @@ project's classpath: [org.immutant/caching "{{version}}"] [org.immutant/messaging "{{version}}"] [org.immutant/scheduling "{{version}}"] - [org.immutant/transactions "{{version}}]]) + [org.immutant/transactions "{{version}}"]]) ``` You would of course only include the libs you need, but if you really diff --git a/docs/guides/web.md b/docs/guides/web.md index 8a3bf251..f8aa780b 100644 --- a/docs/guides/web.md +++ b/docs/guides/web.md @@ -302,7 +302,7 @@ HTTP streams. ### HTTP Streams -Creating chunked responses are straightforward, as the following Ring +Creating chunked responses is straightforward, as the following Ring handler demonstrates: ```clojure