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

Commit 7c890c3

Browse files
authored
Typo fix
Corrected _replce_ to _replace_
1 parent 46128b6 commit 7c890c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/helpers/inline-script.md

+1-1
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)