Skip to content
This repository was archived by the owner on May 29, 2023. It is now read-only.

Commit d971e86

Browse files
committed
chore: refactoring after review
1 parent 1369f19 commit d971e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ import {FormControl} from '@angular/forms';
7878
class SomeComponent {
7979
value: string;
8080

81-
changeData(data: number): string {
81+
changeData(data: string): string {
8282
return `${data} (changed)`;
8383
}
8484
}

0 commit comments

Comments
 (0)