Skip to content

Commit df9572d

Browse files
suexcxinembeaudru
authored andcommitted
Fix typo in README.md (mbeaudru#114)
1 parent 33ccfc6 commit df9572d

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
@@ -1723,7 +1723,7 @@ class Repo{
17231723
console.log(Repo.getName()) // Repo name is modern-js-cheatsheet
17241724

17251725
let r = new Repo();
1726-
console.log(r.getName()) // Uncaught TypeError: repo.getName is not a function
1726+
console.log(r.getName()) // Uncaught TypeError: r.getName is not a function
17271727
```
17281728

17291729
#### Detailed explanation

0 commit comments

Comments
 (0)