Skip to content

Commit 0463e26

Browse files
BharatKhuntiVesaJuvonen
authored andcommitted
spelling update (SharePoint#3704)
1 parent b5747eb commit 0463e26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/library-component-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ localization_priority: Priority
88

99
# Using library component type in SharePoint Framework
1010

11-
Library component type enables you to have independently versioned and deployed code, which is served automatically for the SharePoint Framweork components with a deployment through app catalog. Library component provides you alternative option to create shared code, which can be then used and referenced cross all the components in the tenant.
11+
Library component type enables you to have independently versioned and deployed code, which is served automatically for the SharePoint Framework components with a deployment through app catalog. Library component provides you alternative option to create shared code, which can be then used and referenced cross all the components in the tenant.
1212

1313
> [!IMPORTANT]
1414
> This feature is currently in preview and is subject to change. It is not currently supported for use in production environments. Your feedback and input around this capability is welcome using the [SharePoint Dev Docs issue list](https://github.com/SharePoint/sp-dev-docs/issues).
@@ -25,4 +25,4 @@ Library components have following characteristics:
2525
* It is not supported to have other component types included in a solution which contains library component
2626
* You will need to reference library component type during development time from a package manager or using `npm link` to be able to bundle solutions which are dependent on it
2727

28-
You can reference library component dependency in the SharePoint solution by defining the dependency in the package.json file. When this kind of dependency exists in a solution package, SharePoint will automatically load the dependent component for the page. If library reference is not resolved, that can cause an exception in the component which was refering it.
28+
You can reference library component dependency in the SharePoint solution by defining the dependency in the package.json file. When this kind of dependency exists in a solution package, SharePoint will automatically load the dependent component for the page. If library reference is not resolved, that can cause an exception in the component which was refering it.

0 commit comments

Comments
 (0)