Skip to content

Commit daba68a

Browse files
more
1 parent e5f8783 commit daba68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const template: Template = doctype()(
7373
);
7474
```
7575
### Create an HTML list of greetings using JavaScript.
76-
You use ordinary JavaScript and the Renderer's HTML elements in order to produce dynamic content. In this example we use `Array.prototype.map` in order to map the elements of `helloWorld` into a list of `li` elements.
76+
You use JavaScript and Renderer HTML elements in order to produce dynamic content. In this example we use `Array.prototype.map` in order to map the elements of `helloWorld` into a list of `li` elements.
7777
```ts
7878
const helloWorld = ['Saluton, Mondo!', 'Hello, World!'];
7979

0 commit comments

Comments
 (0)