diff --git a/myApp.js b/myApp.js index 8238721..42c92b8 100644 --- a/myApp.js +++ b/myApp.js @@ -40,7 +40,7 @@ var Person /* = */ -// **Note**: GoMix is a real server, and in real servers interactions with +// **Note**: Glitch is a real server, and in real servers interactions with // the db are placed in handler functions, to be called when some event happens // (e.g. someone hits an endpoint on your API). We'll follow the same approach // in these exercises. The `done()` function is a callback that tells us that