Skip to content

Commit

Permalink
minor: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
banker committed Jul 8, 2010
1 parent f770e5b commit d084f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/mongo.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ MongoHandler.prototype = {
this._tutorialPtr = 2;
return PTAG("2. Documents") +
PTAG("MongoDB is a document database. This means that we store data as documents,") +
PTAG("which are simiar to JavaScript objects. Here below are a few sample JS objects:") +
PTAG("which are similar to JavaScript objects. Here below are a few sample JS objects:") +
PTAG(' var a = {age: 25}; ') +
PTAG(" var n = {name: 'Ed', languages: ['c', 'ruby', 'js']}; ") +
PTAG(" var student = {name: 'Jim', scores: [75, 99, 87.2]}; ") +
Expand Down

0 comments on commit d084f03

Please sign in to comment.