Skip to content

Commit

Permalink
Update manifest-json.md
Browse files Browse the repository at this point in the history
Fixes #91
  • Loading branch information
appleguy19 authored Jun 7, 2024
1 parent 20d4f39 commit c17ebcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/docs/configuration/manifest-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ If you have the following in your `manifest.json` file:
```json
{
...,
childComponents: [
"childComponents": [
{
"name": "rightIcon",
"displayName": "Right Icon",
Expand Down Expand Up @@ -562,7 +562,7 @@ The easiest way to understand this is by looking at a simple example. Let's say
"type": "list"
}
],
"childComponents: [
"childComponents": [
{
"name": "itemTitle",
"role": "listItem",
Expand Down

0 comments on commit c17ebcd

Please sign in to comment.