From 9b626ca6051f6fb32f3fe86625de00708f20e6e0 Mon Sep 17 00:00:00 2001 From: Pablo Berganza <40573613+pablo-abc@users.noreply.github.com> Date: Mon, 3 Sep 2018 15:57:32 -0600 Subject: [PATCH] Change 'Mongoose' to 'ORM' on some lines On the first lines of the introduction it seems to be refering to an ORM (specifically TypeORM since it links to that) while mentioning Mongoose. --- .../pages/techniques/mongo/mongo.component.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/homepage/pages/techniques/mongo/mongo.component.html b/src/app/homepage/pages/techniques/mongo/mongo.component.html index ca86fce225..1116d1329c 100644 --- a/src/app/homepage/pages/techniques/mongo/mongo.component.html +++ b/src/app/homepage/pages/techniques/mongo/mongo.component.html @@ -1,11 +1,11 @@

Mongo

- There are two ways of dealing with the MongoDB database. You can either use a Mongoose that provides a MongoDB support or Mongoose + There are two ways of dealing with the MongoDB database. You can either use an ORM that provides a MongoDB support or Mongoose which is the most popular MongoDB object modeling tool. If you - wanna stay with the Mongoose you can follow these steps. Otherwise, - we'll use a dedicated @nestjs/mongoose package. + wanna stay with the ORM you can follow these steps. Otherwise, + we'll use the dedicated @nestjs/mongoose package.

Firstly, we need to install all of the required dependencies: @@ -111,4 +111,4 @@

Example

A working example is available here.

-
\ No newline at end of file +