From b34658c1455d62b973783e74490c6e9bce397b00 Mon Sep 17 00:00:00 2001 From: Connor Montgomery Date: Mon, 31 Oct 2011 23:34:24 -0700 Subject: [PATCH] Fix simple typo. --- app/views/docs/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/docs/introduction.md b/app/views/docs/introduction.md index 7c1867c..fa9d266 100644 --- a/app/views/docs/introduction.md +++ b/app/views/docs/introduction.md @@ -4,7 +4,7 @@ Spine is a lightweight framework for building JavaScript web applications. Spine Spine is opinionated in its approach to web application architecture and design. Spine's architecture complements patterns such as de-coupled components and CommonJS modules, markedly helping with code quality and maintainability. -The library is written in [CoffeeScript](http://jashkenas.github.com/coffee-script), but doesn't necessarily require CoffeeScript to develop applications. You can use CoffeeScript or JavaSCript, whichever language you're most familiar with. +The library is written in [CoffeeScript](http://jashkenas.github.com/coffee-script), but doesn't necessarily require CoffeeScript to develop applications. You can use CoffeeScript or JavaScript, whichever language you're most familiar with. Spine is tiny, the library comes in at around 500 lines of CoffeeScript, that's about 2K minified & compressed. Being lightweight and simple is fundamental to Spine.