Skip to content

Commit 3bea077

Browse files
Merge pull request #842 from ciur/minor-readme-typo
minor typo in the readme file
2 parents 5082753 + 54a6620 commit 3bea077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class MyClass {
6565
let json = await response.json();
6666

6767
return json.results;
68-
}),
68+
});
6969

7070
get records() {
7171
return this.data.value ?? [];

0 commit comments

Comments
 (0)