Skip to content

Commit 92ba27b

Browse files
chore(readme): use better example snippet for undocumented params
1 parent 19f82c2 commit 92ba27b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,8 @@ parameter. This library doesn't validate at runtime that the request matches the
308308
send will be sent as-is.
309309

310310
```ts
311-
client.foo.create({
312-
foo: 'my_param',
313-
bar: 12,
311+
client.workbooks.query({
312+
// ...
314313
// @ts-expect-error baz is not yet public
315314
baz: 'undocumented option',
316315
});

0 commit comments

Comments
 (0)