Skip to content

Commit 359d7c1

Browse files
Merge pull request SharePoint#5192 from JarbasHorst/patch-1
Update creating-team-manifest-manually-for-webpart.md
2 parents e5c89c9 + 0c20c55 commit 359d7c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/web-parts/guidance/creating-team-manifest-manually-for-webpart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Important attributes to update in the manifest file are following:
9090
- **description:full** - Full description of your app
9191
- **icons:outline** - The `outline` icon is used in these places: the app bar and messaging extensions the user has marked as a "favorite." This icon must be 32×32 pixels.
9292
- **icons:color** - The `color` icon is used throughout Microsoft Teams (in app and tab galleries, bots, flyouts, and so on). This icon should be 192×192 pixels.
93-
- **configurationUrl** - You should adjust the sample `configurulationUrl` to include manifest id of your web part component by updating the GUID after `componentId` query parameter.
93+
- **configurationUrl** - You should adjust the sample `configurationUrl` to include manifest id of your web part component by updating the GUID after `componentId` query parameter.
9494
- **canUpdateConfiguration** - Setting this property to true will mean that you allow modification of the properties of the web part. Set this value to false to prevent this.
9595

9696
Notice in the template manifest file above, there are multiple placeholders that should be updated. Use the following values from the SharePoint Framework's web part manifest file (**./src/webparts/[webpartname]/[webpartname].manifest.json**) to update these values:
@@ -103,7 +103,7 @@ Notice in the template manifest file above, there are multiple placeholders that
103103
| `{{SPFX_COMPONENT_LONG_DESCRIPTION}}` | `preconfiguredEntries[0].description` |
104104
| `{{SPFX_COMPONENT_ID}}` | `id` |
105105

106-
Notice the `componentId` query parameter in the `configurulationUrl`. You should not update any other sections of the URL as it's dynamically replaced when the tab is rendered from the context of SharePoint.
106+
Notice the `componentId` query parameter in the `configurationUrl`. You should not update any other sections of the URL as it's dynamically replaced when the tab is rendered from the context of SharePoint.
107107

108108
See more details around the Microsoft Teams manifest options from the [Microsoft Teams developer guidance](https://docs.microsoft.com/microsoftteams/platform/concepts/apps/apps-package).
109109

0 commit comments

Comments
 (0)