8000 Fix typo in py-config.md (#1399) · trofimander/pyscript@8d1e48e · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d1e48e

Browse files
author
Ikko Eltociear Ashimine
authored
Fix typo in py-config.md (pyscript#1399)
unspecifed -> unspecified
1 parent 0021ccb commit 8d1e48e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/reference/elements/py-config.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ The `<py-config>` element should be placed within the `<body>` element.
88

99
## Attributes
1010

11-
| attribute | type | default | description |
12-
|-----------|--------|---------|---------------------------------------------------------------------------------------------------------|
13-
| **type** | string | "toml" | Syntax type of the `<py-config>`. Value can be `json` or `toml`. Default: "toml" if type is unspecifed. |
14-
| **src** | url | | Source url to an external configuration file. |
11+
| attribute | type | default | description |
12+
|-----------|--------|---------|----------------------------------------------------------------------------------------------------------|
13+
| **type** | string | "toml" | Syntax type of the `<py-config>`. Value can be `json` or `toml`. Default: "toml" if type is unspecified. |
14+
| **src** | url | | Source url to an external configuration file. |
1515

1616
## Examples
1717

0 commit comments

Comments
 (0)
0