Skip to content

Commit d546834

Browse files
authored
Update sharepoint-framework-overview.md (SharePoint#6040)
Added missing asteriod mark
1 parent 54f163e commit d546834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/sharepoint-framework-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Key features of the SharePoint Framework include:
1818
- It runs in the context of the current user and connection in the browser. There are no iFrames for the customization (JavaScript is embedded directly to the page).
1919
- The controls are rendered in the normal page DOM.
2020
- The controls are responsive and accessible by nature.
21-
- It enables the developer to access the lifecycle in addition to **render**, **load**, **serialize* and **deserialize**, **configuration changes**, and more.
21+
- It enables the developer to access the lifecycle in addition to **render**, **load**, **serialize** and **deserialize**, **configuration changes**, and more.
2222
- It's framework-agnostic. You can use any JavaScript framework that you like including, but not limited to, React, Handlebars, Knockout, Angular, and Vue.js.
2323
- The developer toolchain is based on popular open-source client development tools such as NPM, TypeScript, Yeoman, webpack, and gulp.
2424
- Performance is reliable.

0 commit comments

Comments
 (0)