Skip to content

Commit d65e5bd

Browse files
committed
Clarify interface _or_ behavior
1 parent 30ffae1 commit d65e5bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/protocol/extensibility.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ If the receiveing end doesn't recognize the custom method name, it should respon
8383
}
8484
```
8585

86-
To avoid such cases, extensions **SHOULD** advertise their [custom capabilities](#advertising-custom-capabilities) so that callers can check their availability first and adapt their interface accordingly.
86+
To avoid such cases, extensions **SHOULD** advertise their [custom capabilities](#advertising-custom-capabilities) so that callers can check their availability first and adapt their behavior or interface accordingly.
8787

8888
### Custom Notifications
8989

0 commit comments

Comments
 (0)