Skip to content

Commit b461ffc

Browse files
p8queirozVesaJuvonen
authored andcommitted
clarify idea expressed in the text // Fixing 404 error (SharePoint#629)
* clarify idea expressed in the text * prevent 404 error * test * prevent 404 error
1 parent e36f518 commit b461ffc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/spfx/sharepoint-framework-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The SharePoint Framework (SPFx) is a page and web part model that provides full
44

55
Key features of the SharePoint Framework include:
66

7-
* Runs in the context of the current user and connection in the browser. There are no iFrames.
7+
* Runs in the context of the current user and connection in the browser. There are no iFrames (no iFrames only in client-side JavaScript injection model).
88
* The controls are rendered in the normal page DOM.
99
* The controls are responsive and accessible by nature.
1010
* Enables the developer to access the lifecycle - including, in addition to **render** - **load**, **serialize** and **deserialize**, **configuration changes**, and more.

docs/spfx/web-parts/overview-client-side-web-parts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ SharePoint client-side web parts are controls that appear inside a SharePoint pa
44

55
## Additional resources
66

7-
- [Overview of the SharePoint Framework](../sharepoint-framework-overview)
8-
- [SharePoint Framework development tools and libraries](../tools-and-libraries)
7+
- [Overview of the SharePoint Framework](../sharepoint-framework-overview.md)
8+
- [SharePoint Framework development tools and libraries](../tools-and-libraries.md)

0 commit comments

Comments
 (0)