Fix typo in py-config.md (#1399)

unspecifed -> unspecified
This commit is contained in:
Ikko Eltociear Ashimine
2023-04-22 01:01:59 +09:00
committed by GitHub
parent 0021ccb49f
commit 8d1e48e400

View File

@@ -8,10 +8,10 @@ The `<py-config>` element should be placed within the `<body>` element.
## Attributes
| attribute | type | default | description |
|-----------|--------|---------|---------------------------------------------------------------------------------------------------------|
| **type** | string | "toml" | Syntax type of the `<py-config>`. Value can be `json` or `toml`. Default: "toml" if type is unspecifed. |
| **src** | url | | Source url to an external configuration file. |
| attribute | type | default | description |
|-----------|--------|---------|----------------------------------------------------------------------------------------------------------|
| **type** | string | "toml" | Syntax type of the `<py-config>`. Value can be `json` or `toml`. Default: "toml" if type is unspecified. |
| **src** | url | | Source url to an external configuration file. |
## Examples