We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a012b7e commit 6ec77e1Copy full SHA for 6ec77e1
packages/devtools/src/node/rpc/types.ts
@@ -1,6 +1,6 @@
1
/**
2
* Type of the RPC function,
3
- * - static: A function that returns a static data (can be cached and dumpped)
+ * - static: A function that returns a static data (can be cached and dumped)
4
* - action: A function that performs an action (no data returned)
5
* - query: A function that queries a resource
6
*/
0 commit comments