Skip to content

Commit

Permalink
Merge pull request #3478 from HiltonGiesenow/patch-6
Browse files Browse the repository at this point in the history
Update index.md
  • Loading branch information
wobba authored Jan 30, 2024
2 parents 56ea287 + f9c09e9 commit 29a97dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/extensibility/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ From here, you can add the manifest IDs of your libraries and decide to enable o

[!["Extensibility manifests registration"](../assets/extensibility/extensibility_configuration_manifest.png){: .center}](../assets/extensibility/extensibility_configuration_manifest.png)

> Multiple librairies can be registred for a single Web Part instance allowing you to split your extensions into multiple projects (in the end, they will be all concatenated). For instance, this could be convenient when extensions come from different IT providers.
> Multiple librairies can be registered for a single Web Part instance allowing you to split your extensions into multiple projects (in the end, they will be all concatenated). For instance, this could be convenient when extensions come from different IT providers.
### Create an extensibility library

Expand Down Expand Up @@ -179,4 +179,4 @@ export class MyCustomLibraryComponent implements IExtensibilityLibrary {
}
```

In order to run the above sample code, you will need to import in your library the following npm packages: `@microsoft/sp-component-base`, `@microsoft/sp-core-library`, and `@microsoft/sp-webpart-base`.
In order to run the above sample code, you will need to import in your library the following npm packages: `@microsoft/sp-component-base`, `@microsoft/sp-core-library`, and `@microsoft/sp-webpart-base`.

0 comments on commit 29a97dc

Please sign in to comment.