Skip to content

Commit ae169ee

Browse files
PopWarnerVesaJuvonen
authored andcommitted
Spelling updates for library-component-overview.md (SharePoint#3654)
A couple of very simple spelling updates. :)
1 parent a9fb1b0 commit ae169ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/spfx/library-component-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ 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 referring it.
29+

0 commit comments

Comments
 (0)