From 4ab9ab51f6076a9c23b3216bc14f3de62ae3781d Mon Sep 17 00:00:00 2001 From: Ifihanagbara Olusheye <170407044@live.unilag.edu.ng> Date: Fri, 27 May 2022 23:02:52 +0100 Subject: [PATCH] Fixed typo in getting-started.md (#466) * Fixed little typo * Fixed extra typo --- docs/tutorials/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/getting-started.md b/docs/tutorials/getting-started.md index 849be443..82644052 100644 --- a/docs/tutorials/getting-started.md +++ b/docs/tutorials/getting-started.md @@ -236,7 +236,7 @@ The following optional values are supported by ``: * 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