Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit f94eb8a

Browse files
committed
Merge branch 'hotfix/181'
Close #181
2 parents 46128b6 + 7c890c3 commit f94eb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/helpers/inline-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The HTML `<script>` element is used to either provide inline client-side
44
scripting elements or link to a remote resource containing client-side scripting
55
code. The `InlineScript` helper allows you to manage both. It is derived from
66
[HeadScript](head-script.md), and any method of that helper is available;
7-
replce the usage of `headScript()` in those examples with `inlineScript()`.
7+
replace the usage of `headScript()` in those examples with `inlineScript()`.
88

99
> ### Use InlineScript for HTML body scripts
1010
>

0 commit comments

Comments
 (0)