Skip to content

Commit

Permalink
Merge pull request spine#10 from connormontgomery/patch-1
Browse files Browse the repository at this point in the history
Fix simple typo.
  • Loading branch information
maccman committed Nov 1, 2011
2 parents bfdb32a + b34658c commit 7f002c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/docs/introduction.md
Expand Up @@ -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.

Expand Down

0 comments on commit 7f002c9

Please sign in to comment.