Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryan Jabbari committed Sep 18, 2019
1 parent e5291ec commit 72ad383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/messages/messages.resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Mutation, Resolver, Query, Args } from '@nestjs/graphql';
export class MessagesResolver {
// this is just for demonstration purposes
// do NOT do this in real-life
// this is meant as a substitute for a databse
// this is meant as a substitute for a database
messagesThatReallyShouldBeInADb = [
{ id: 0, description: 'The seed message' },
];
Expand Down

0 comments on commit 72ad383

Please sign in to comment.