From 123baf8c342d196d2e1a79df15249911e80e9a1d Mon Sep 17 00:00:00 2001 From: Piotr Yordanov Date: Sun, 18 Nov 2012 22:14:16 +0200 Subject: [PATCH 1/2] tiny typo fix :) --- docs/getting-started/your-first-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/your-first-app.md b/docs/getting-started/your-first-app.md index 4fc8895..02e6bdb 100644 --- a/docs/getting-started/your-first-app.md +++ b/docs/getting-started/your-first-app.md @@ -101,7 +101,7 @@ Next, we'll add a Deployd backend to this app, so that users can interact with e ### Creating a backend -Open the dashboard by by typing `dashboard` into the `dpd>` prompt. +Open the dashboard by typing `dashboard` into the `dpd>` prompt. 1. Create a new Collection Resource and call it `/comments`. 2. On the Properties editor, add two "string" properties called `name` and `comment`. From 41588adf119a54679ab8584900b7448d647d2d22 Mon Sep 17 00:00:00 2001 From: Jeff Cross Date: Mon, 3 Dec 2012 20:45:18 -0700 Subject: [PATCH 2/2] Fixed punctuation. --- docs/server/your-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/server/your-server.md b/docs/server/your-server.md index 638acce..1f574fc 100644 --- a/docs/server/your-server.md +++ b/docs/server/your-server.md @@ -5,7 +5,7 @@ ## Deploying to your own Server -To deploy your app on your server, or on a cloud hosting service such as EC2 or Heroku. The server must support [Node.js](http://nodejs.org/). +To deploy your app on your server, or on a cloud hosting service such as EC2 or Heroku, the server must support [Node.js](http://nodejs.org/). Deployd also requires a [MongoDB](http://www.mongodb.org/) database, which can be hosted on the same server or externally.