Skip to content

Commit

Permalink
Merge pull request #842 from ciur/minor-readme-typo
Browse files Browse the repository at this point in the history
minor typo in the readme file
  • Loading branch information
NullVoxPopuli authored Mar 24, 2023
2 parents 5082753 + 54a6620 commit 3bea077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class MyClass {
let json = await response.json();

return json.results;
}),
});

get records() {
return this.data.value ?? [];
Expand Down

0 comments on commit 3bea077

Please sign in to comment.