Skip to content

Commit 38ae5fe

Browse files
SzabVesaJuvonen
authored andcommitted
Fixed typo (SharePoint#1729)
onRednerCell changed to onRenderCell
1 parent 5e98126 commit 38ae5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/extensions/get-started/building-simple-field-customizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Now that we have successfully tested the out-of-the-box starting point of the Fi
227227
228228
```
229229
230-
2. Open the **HelloWorldFieldCustomizer.ts** file in the **src\extensions\helloWorld** folder, and update the **onRednerCell** method as follows.
230+
2. Open the **HelloWorldFieldCustomizer.ts** file in the **src\extensions\helloWorld** folder, and update the **onRenderCell** method as follows.
231231
232232
```typescript
233233
@override

0 commit comments

Comments
 (0)