Fixed typo in getting-started.md (#466)

* Fixed little typo

* Fixed extra typo
This commit is contained in:
Ifihanagbara Olusheye
2022-05-27 23:02:52 +01:00
committed by GitHub
parent bf3995d45c
commit 4ab9ab51f6

View File

@@ -236,7 +236,7 @@ The following optional values are supported by `<py-config>`:
* runtimes (List of Runtimes): List of runtime configurations. Each Runtime expects the following fields:
* src (string, Required): URL to the runtime source.
* name (string): Name of the runtime. This field can be any string and is to be used by the application author for their own customization purposes.
* name (string): Programming language supported by the runtime. This field can be used by the application author to provide clarify. It currently has no implications on how PyScript behaves.
* lang (string): Programming language supported by the runtime. This field can be used by the application author to provide clarification. It currently has no implications on how PyScript behaves.
## Visual component tags