From a397835838a4d73a8fc20e3b1b0ea9711c5642e9 Mon Sep 17 00:00:00 2001 From: Alexander Travov Date: Tue, 10 Jan 2017 16:38:52 +0300 Subject: [PATCH] Docs: fix typo. --- docs/framework-comparison.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework-comparison.md b/docs/framework-comparison.md index 95aa2137..4beb034a 100644 --- a/docs/framework-comparison.md +++ b/docs/framework-comparison.md @@ -196,4 +196,4 @@ However, due to Vue's many-ways-to-do-one-thing approach, some things are not ad Mithril documentation typically errs on the side of being overly thorough if a topic involves things outside of the scope of Mithril. For example, when a topic involves a 3rd party library, Mithril documentation walks through the installation process for the 3rd party library. -Mithril's tutorials also cover a lot more ground than Vue's: the [Vue tutorial](https://vuejs.org/v2/guide/#Getting-Started) finishes with a static list of foodstuff. [Mithril's 10 minute guide](introduction.md) covers the majority of its API and goes over key aspects of real-life applications, such as fetching data from a server and routing (and there's a [lomger, more thorough tutorial](simple-application.md) if that's not enough). \ No newline at end of file +Mithril's tutorials also cover a lot more ground than Vue's: the [Vue tutorial](https://vuejs.org/v2/guide/#Getting-Started) finishes with a static list of foodstuff. [Mithril's 10 minute guide](introduction.md) covers the majority of its API and goes over key aspects of real-life applications, such as fetching data from a server and routing (and there's a [longer, more thorough tutorial](simple-application.md) if that's not enough).