Skip to content

Commit be82384

Browse files
authored
Updated the component reference
1 parent 7e71d7d commit be82384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/docs/controls/fields/FieldTextRenderer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This control renders simple text.
1919
- Import the following modules to your component:
2020

2121
```TypeScript
22-
import { FieldTextRenderer } from "@pnp/spfx-controls-react/lib/FieldDateRenderer";
22+
import { FieldTextRenderer } from "@pnp/spfx-controls-react/lib/FieldTextRenderer";
2323
```
2424

2525
- Use the `FieldTextRenderer` control in your code as follows:

0 commit comments

Comments
 (0)