Skip to content

Commit 4453a57

Browse files
committed
docs: Fix entity typos
1 parent 08c0044 commit 4453a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rest/api/Entity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ class Stream extends Entity {
402402
}
403403
static key = 'Stream';
404404

405-
process(value, parent, key, args) {
405+
static process(value, parent, key, args) {
406406
// super.process creates a copy of value
407407
const processed = super.process(value, parent, key, args);
408408
processed.username = args[0]?.username;

0 commit comments

Comments
 (0)