Skip to content

Commit c28ad75

Browse files
Update content/recipes/automock.md
1 parent 7d8caa5 commit c28ad75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/automock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class CatsService {
4747

4848
async getAllCats() {
4949
const cats = await this.httpService.get('http://localhost:3000/api/cats');
50-
this.logger.log('successfully fetched all cats');
50+
this.logger.log('Successfully fetched all cats');
5151

5252
this.catsDal.saveCats(cats);
5353
}

0 commit comments

Comments
 (0)