Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
findingtheconcept committed Aug 3, 2022
1 parent e7d403d commit bfe527d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/schema-registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Now we have to register our schema, for `kindagoose` to turn it into a model, su
{ schema: User },
]),
],
controllers: [],
controllers: [UsersController],
providers: [UsersService],
})
export class UsersModule {}
Expand Down
2 changes: 1 addition & 1 deletion docs/ru-ru/pages/schema-registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{ schema: User },
]),
],
controllers: [],
controllers: [UsersController],
providers: [UsersService],
})
export class UsersModule {}
Expand Down

0 comments on commit bfe527d

Please sign in to comment.