freeCodeCamp/curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose
Randell Dawson 49db42ba2b fix(curriculum) Replace <code> with <blockquote>for code sections (#35442)
* fix: reformatted code and moved instructions

* fix: replaced code with blockquotes

* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/chain-search-query-helpers-to-narrow-search-results.english.md

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>

* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/install-and-set-up-mongoose.english.md

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>

* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/create-a-model.english.md

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>

* fix: made a few recommended changes of text

* fix: moved </blockquote> to new line

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>

* fix: removed extra space

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>

* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/chain-search-query-helpers-to-narrow-search-results.english.md

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>

* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/create-a-model.english.md

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>

* fix: added the word The before code tag section
2019-03-09 08:49:19 -06:00
..
chain-search-query-helpers-to-narrow-search-results.english.md fix(curriculum) Replace <code> with <blockquote>for code sections (#35442) 2019-03-09 08:49:19 -06:00
create-a-model.english.md fix(curriculum) Replace <code> with <blockquote>for code sections (#35442) 2019-03-09 08:49:19 -06:00
create-and-save-a-record-of-a-model.english.md fix(curriculum) Replace <code> with <blockquote>for code sections (#35442) 2019-03-09 08:49:19 -06:00
create-many-records-with-model.create.english.md fix(curriculum) Replace <code> with <blockquote>for code sections (#35442) 2019-03-09 08:49:19 -06:00
delete-many-documents-with-model.remove.english.md fix(curriculum) Replace <code> with <blockquote>for code sections (#35442) 2019-03-09 08:49:19 -06:00
delete-one-document-using-model.findbyidandremove.english.md fix(curriculum) Replace <code> with <blockquote>for code sections (#35442) 2019-03-09 08:49:19 -06:00
install-and-set-up-mongoose.english.md fix(curriculum) Replace <code> with <blockquote>for code sections (#35442) 2019-03-09 08:49:19 -06:00
perform-classic-updates-by-running-find-edit-then-save.english.md fix(curriculum) Replace <code> with <blockquote>for code sections (#35442) 2019-03-09 08:49:19 -06:00
perform-new-updates-on-a-document-using-model.findoneandupdate.english.md fix(curriculum) Replace <code> with <blockquote>for code sections (#35442) 2019-03-09 08:49:19 -06:00
use-model.find-to-search-your-database.english.md fix(curriculum) Replace <code> with <blockquote>for code sections (#35442) 2019-03-09 08:49:19 -06:00
use-model.findbyid-to-search-your-database-by-id.english.md fix(curriculum) Replace <code> with <blockquote>for code sections (#35442) 2019-03-09 08:49:19 -06:00
use-model.findone-to-return-a-single-matching-document-from-your-database.english.md fix(curriculum) Replace <code> with <blockquote>for code sections (#35442) 2019-03-09 08:49:19 -06:00