Skip to content

Commit f680b48

Browse files
author
brentmiller
authored
docs(renderer): class to className for button property (#383)
1 parent 1c1b951 commit f680b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/website/docs/creating-a-renderer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ function Autocomplete() {
206206
ref={inputRef}
207207
{...autocomplete.getInputProps({})}
208208
/>
209-
<button class="aa-ResetButton" type="reset">
209+
<button className="aa-ResetButton" type="reset">
210210
211211
</button>
212212
</div>

0 commit comments

Comments
 (0)