Skip to content

Commit e2f907e

Browse files
nstrayerwch
andauthored
Update docs/custom-component-one-off.qmd
Co-authored-by: Winston Chang <[email protected]>
1 parent aeecc15 commit e2f907e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/custom-component-one-off.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This class has two methods that we need to implement: `find()` and `renderValue(
7272

7373
### The `find()` method
7474

75-
Now that we have the scaffolding setup, we can fill it in. Starting with the `find` method, this function is passed a `scope` object, which is a `JQuery` selection and should return the element you wish to render your output into.
75+
Now that we have the scaffolding setup, we can fill it in. Starting with the `find` method, this function is passed a `scope` object, which is a `jQuery` selection and should return the element you wish to render your output into.
7676

7777
```{.javascript filename="tableComponent.js"}
7878
class TabulatorOutputBinding extends Shiny.OutputBinding {

0 commit comments

Comments
 (0)