Skip to content

Commit 0b0d0cd

Browse files
authored
Attempt to fix hiding of attribute described in markdown. (#139)
1 parent 22d0852 commit 0b0d0cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/guides/getting-started/going-further.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Now if we look in the HTML output for any of our pages, we will see pre-rendered
3737
</app-footer>
3838
```
3939

40-
We can go one step further and instruct Greenwood to strip out the `<script>` tags for these components by adding the `data-gwd-opt="static"` attribute to them, since we have no need for any interactivity on these components.
40+
We can go one step further and instruct Greenwood to strip out the `<script>` tags for these components by adding the `data-gwd-opt='static'` attribute to them, since we have no need for any interactivity on these components.
4141

4242
```html
4343
<script type="module" src="../components/footer/footer.js" data-gwd-opt="static"></script>

0 commit comments

Comments
 (0)