Skip to content

Commit 4368e07

Browse files
Merge pull request SharePoint#5241 from PiotrekKrakowiak/patch-15
Change HelloWorld.module.scss to HelloWorldFieldCustomizer.module.scss
2 parents 6ba6036 + 2d5ab12 commit 4368e07

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
@@ -213,7 +213,7 @@ You cannot currently use the local Workbench to test SharePoint Framework Extens
213213

214214
Now that we have successfully tested the out-of-the-box starting point of the Field Customizer, let's modify the logic slightly to have a more polished rendering of the field value.
215215

216-
1. Open the **HelloWorld.module.scss** file in the **src\extensions\helloWorld** folder, and update the styling definition as follows.
216+
1. Open the **HelloWorldFieldCustomizer.module.scss** file in the **src\extensions\helloWorld** folder, and update the styling definition as follows.
217217

218218
```
219219
.HelloWorld {

0 commit comments

Comments
 (0)