diff --git a/Database/MongoDB.md b/Database/MongoDB.md index 4823073..dac142d 100644 --- a/Database/MongoDB.md +++ b/Database/MongoDB.md @@ -328,7 +328,7 @@ db.getCollectionNames().forEach(function(collection) { print("Indexes for " + collection + ":"); printjson(indexes); }); -db..getIndexes() # view collenction's index +db..getIndexes() # view collection's index db..dropIndexes() # drop all indexes db..dropIndex( { "index-name": 1 } ) # drop a specific index diff --git a/HTML/HTML.md b/HTML/HTML.md index 5fb4a2f..8a398f4 100644 --- a/HTML/HTML.md +++ b/HTML/HTML.md @@ -85,7 +85,7 @@ The body contains the actual content of the page. Everything that is contained i ## JavaScript XHTML and older: `` -HTML5: `` (HTML5 spect states that `type` attribute is redundant and shoul be omitted) +HTML5: `` (HTML5 spect states that `type` attribute is redundant and shoul be omitted) The `