You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,7 @@ The following optional values are supported by `<py-config>`:
236
236
* runtimes (List of Runtimes): List of runtime configurations. Each Runtime expects the following fields:
237
237
* src (string, Required): URL to the runtime source.
238
238
* 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.
0 commit comments