8000 Fix typo in getting-started.md (#443) · sarvjeetdev/pyscript@48e6b1a · GitHub
[go: up one dir, main page]

Skip to content

Commit 48e6b1a

Browse files
authored
Fix typo in getting-started.md (pyscript#443)
- place holders => placeholders - can by used by => can be used by
1 parent ee46b46 commit 48e6b1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ one or more lines onto the page in order. Within the `<py-script>`, you
7777
have access to the `pyscript` module, which provides a `.write()` method
7878
to send strings into labeled elements on the page.
7979

80-
For example, we'll add some style elements and provide place holders for
80+
For example, we'll add some style elements and provide placeholders for
8181
the `<py-script>` tag to write to.
8282

8383
```html
@@ -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 by used by the application author to provide clarify. It currently has no implications on how PyScript behaves.
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.
240240

241241
## Visual component tags
242242

0 commit comments

Comments
 (0)
0