Skip to content

Commit 6ec77e1

Browse files
committed
chore: fix typo
1 parent a012b7e commit 6ec77e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtools/src/node/rpc/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Type of the RPC function,
3-
* - static: A function that returns a static data (can be cached and dumpped)
3+
* - static: A function that returns a static data (can be cached and dumped)
44
* - action: A function that performs an action (no data returned)
55
* - query: A function that queries a resource
66
*/

0 commit comments

Comments
 (0)