8000 Fixed typo in getting-started.md (#466) · yannickfunk/pyscript@4ab9ab5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ab9ab5

Browse files
authored
Fixed typo in getting-started.md (pyscript#466)
* Fixed little typo * Fixed extra typo
1 parent bf3995d commit 4ab9ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ The following optional values are supported by `<py-config>`:
236236
* runtimes (List of Runtimes): List of runtime configurations. Each Runtime expects the following fields:
237237
* src (string, Required): URL to the runtime source.
238238
* 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.
239-
* 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.
239+
* 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.
240240

241241
## Visual component tags
242242

0 commit comments

Comments
 (0)
0