From 9dc2caecf0c5b62a3fd4f1fd95a8e24c82469203 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sat, 2 Oct 2021 14:27:06 +1000 Subject: [PATCH] [website] Rename heading --- website/docs/guides/frontend.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/guides/frontend.mdx b/website/docs/guides/frontend.mdx index a0f33856d..e2ef31194 100644 --- a/website/docs/guides/frontend.mdx +++ b/website/docs/guides/frontend.mdx @@ -1,7 +1,7 @@ # Frontend -## Execution Order +## Script Injection When Wails serves your `index.html`, by default, it will inject 2 script entries into the `` tag to load `/wails/bindings.js` and `/wails/runtime.js`. These files install the bindings and runtime respectively. @@ -31,7 +31,7 @@ The code below shows where these are injected by default: ``` -### Overriding Default Execution Order +### Overriding Default Script Injection To provide more flexibility to developers, there is a meta tag that may be used to customise this behaviour: