Skip to content

Commit 8aea19c

Browse files
authored
docs: Fix formatting
1 parent 4bcb79f commit 8aea19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/03-dynamic.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ In the case of our mood tracker, we will use the [fsnotify](https://hackage.hask
6969

7070
Now if you run the app and modify the `data/mood.csv` file (e.g., change "Neutral" to "Bad"), your app's web view will update in real-time. Your Ema app updates instantly on code *or* data change.
7171

72-
This concludes the tutorial series, and hopefully, you have gained an introductory understanding of what is entailed behind the "*just about any app that creates a browser view of arbitrarily changing data" claim on the [[index|index]] page. You can view the source code for the mood tracker tutorial at https://github.com/srid/MoodTracker-Tutorial.
72+
This concludes the tutorial series, and hopefully, you have gained an introductory understanding of what is entailed behind the *"just about any app that creates a browser view of arbitrarily changing data"* claim on the [[index|index]] page. You can view the source code for the mood tracker tutorial at https://github.com/srid/MoodTracker-Tutorial.
7373

7474
You may visit [[guide]] or [[topics]] to further your understanding.

0 commit comments

Comments
 (0)