diff --git a/docs/site/re-frame-template.md b/docs/site/re-frame-template.md index d9475a5f4..5647a0bff 100644 --- a/docs/site/re-frame-template.md +++ b/docs/site/re-frame-template.md @@ -1,9 +1,9 @@ --- title: The re-frame template -description: How to wse Calva with the re-frame template +description: How to use Calva with the re-frame template --- -# How to wse Calva with the re-frame template +# How to use Calva with the re-frame template The [re-frame template](https://github.com/day8/re-frame-template)(https://github.com/BetterThanTomorrow/calva) creates a `shadow-cljs` projects, making it easy to use with Calva. @@ -21,4 +21,4 @@ The [re-frame template](https://github.com/day8/re-frame-template)(https://githu 1. Confirm that it says *Hello from re-frame*. (Depending on how long the app takes to compile, you might need to reload the page a few times.) 1. Open the `views.cljs` file from `src/` and issue **Calva: Load Current File and Dependencies**. `ctrl+alt+c enter`. 1. Confirm that you are connected by adding evaluating `(js/alert "Hello from Calva")` (`alt+enter` and `ctrl+enter` are your friends). - 1. Confirm that Shadow is hot reloading by changing the greeting message. \ No newline at end of file + 1. Confirm that Shadow is hot reloading by changing the greeting message.