You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2014/07/19 15:41:47 UTC

fauxton commit: updated refs/heads/master to 37c7826

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 99665a15a -> 37c7826c4


Fix Typo in readme


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/37c7826c
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/37c7826c
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/37c7826c

Branch: refs/heads/master
Commit: 37c7826c45c037f7a478780a7357e8fa9ba5981f
Parents: 99665a1
Author: Robert Kowalski <ro...@kowalski.gd>
Authored: Sat Jul 19 15:40:20 2014 +0200
Committer: Robert Kowalski <ro...@kowalski.gd>
Committed: Sat Jul 19 15:40:20 2014 +0200

----------------------------------------------------------------------
 readme.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/37c7826c/readme.md
----------------------------------------------------------------------
diff --git a/readme.md b/readme.md
index ce69219..df313c8 100644
--- a/readme.md
+++ b/readme.md
@@ -33,7 +33,7 @@ And then...
 ### Prepare Fauxton Release
     Follow the "Fauxton Setup" section,
     Edit settings.json variable root where the document will live.  eg.  "/_utils/fauxton/"
-    
+
     then:
 
     ./bin/grunt couchdb
@@ -48,7 +48,7 @@ And then...
 
     ./bin/grunt couchapp_deploy - to deploy to your local [CouchDB instance] (http://localhost:5984/fauxton/_design/fauxton/index.html)
 
-## Understang Fauxton Code layout
+## Understanding the Fauxton Code layout
 
 Each bit of functionality is its own seperate module or addon. All core modules are stored under `app/module` and any addons that are optional are under `app/addons`.
 We use [backbone.js](http://backbonejs.org/) and [Backbone.layoutmanager](https://github.com/tbranyen/backbone.layoutmanager) quite heavily, so best to get an idea how they work.