Skip to content

Commit

Permalink
suggested formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bigos committed Mar 27, 2017
1 parent 4c06d9f commit 7062919
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions doc/second-edition/tutorial-05.md
Expand Up @@ -187,13 +187,14 @@ of the passed element, and `set-value!` which sets its value.
> require a namespace from a namespace declaration to be able to
> require it in the bREPL as well. We will use `domina` later to update
> our `validate-form` function in `login.cljs`. You can require the
> `domina.core` namespace there. Change the first line of your
> `login.cljs` file:
> `domina.core` namespace there.
> ```clj
> (ns modern-cljs.login
> (:require [domina.core :refer [by-id value set-value!]]))
> ```
Change the first line of your `login.cljs` file:

```clj
(ns modern-cljs.login
(:require [domina.core :refer [by-id value set-value!]]))
```

Let's now familiarize ourselves in the bREPL with the above `domina`
functions.
Expand Down

0 comments on commit 7062919

Please sign in to comment.