Skip to content

Commit

Permalink
Fix typo wse -> use
Browse files Browse the repository at this point in the history
  • Loading branch information
achikin authored and PEZ committed Jan 22, 2022
1 parent f64e915 commit 09c3d2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/site/re-frame-template.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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/<your-project-name>` 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.
1. Confirm that Shadow is hot reloading by changing the greeting message.

0 comments on commit 09c3d2a

Please sign in to comment.