https://github.com/Diegorandom/RepoSearchEngine/blob/9156dc76351d8fa3fa26e64fcf75f4503276817c/src/app/comments.service.ts#L11-L18 should be: ```js return this.http .get(`https://api.github.com/repos/${owner}/${name}/issues/5/comments`) ```
RepoSearchEngine/src/app/comments.service.ts
Lines 11 to 18 in 9156dc7
should be: