From 8d1e48e400de5ec8766db4141b9f1bd9be4da494 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 22 Apr 2023 01:01:59 +0900 Subject: [PATCH] Fix typo in py-config.md (#1399) unspecifed -> unspecified --- docs/reference/elements/py-config.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/elements/py-config.md b/docs/reference/elements/py-config.md index 83397402..3d1058a1 100644 --- a/docs/reference/elements/py-config.md +++ b/docs/reference/elements/py-config.md @@ -8,10 +8,10 @@ The `` element should be placed within the `` element. ## Attributes -| attribute | type | default | description | -|-----------|--------|---------|---------------------------------------------------------------------------------------------------------| -| **type** | string | "toml" | Syntax type of the ``. 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 ``. Value can be `json` or `toml`. Default: "toml" if type is unspecified. | +| **src** | url | | Source url to an external configuration file. | ## Examples