Skip to content

Commit

Permalink
Merge pull request #425 from bigos/master
Browse files Browse the repository at this point in the history
suggested formatting fix
  • Loading branch information
magomimmo committed Mar 27, 2017
2 parents 795abb1 + 7062919 commit d8030ce
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions doc/second-edition/tutorial-05.md
Original file line number Diff line number Diff line change
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 d8030ce

Please sign in to comment.