Skip to content

Commit 5220392

Browse files
committed
Change wording because no onPropertyPaneFieldChanged method initially, so caused confusion
1 parent 08f5b18 commit 5220392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/viva/get-started/advanced-card-view-functionality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Next, let's update the state of the ACE. When the state changes, it will trigger
120120
}
121121
```
122122

123-
1. Temporarily remove where the `state` is referenced in the ACE and Views by updating the `onPropertyPaneFieldChanged()` method:
123+
1. Temporarily remove where the `state` is referenced in the ACE and Views by adding the `onPropertyPaneFieldChanged()` method:
124124

125125
```typescript
126126
// tslint:disable-next-line: no-any

0 commit comments

Comments
 (0)