fix: address pr comments

This commit is contained in:
Jay McDoniel
2022-11-10 06:37:31 -08:00
parent c29a919e05
commit ff9a577119
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ describe('WebSocketGateway', () => {
);
});
it(`should be ableto get the pattern in an interceptor`, async () => {
it(`should be able to get the pattern in an interceptor`, async () => {
app = await createNestApp(ApplicationGateway);
await app.listen(3000);