From da19cf7751bc3c039dc33792469fbd0a2366b88b Mon Sep 17 00:00:00 2001 From: Frozen FIsh <76603360+sudongyuer@users.noreply.github.com> Date: Sat, 3 Sep 2022 22:34:52 +0800 Subject: [PATCH] Fix typo (#4) Co-authored-by: Bjorn Lu --- docs/src/pages/docs/how-it-works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/docs/how-it-works.md b/docs/src/pages/docs/how-it-works.md index 058afab..193bc0b 100644 --- a/docs/src/pages/docs/how-it-works.md +++ b/docs/src/pages/docs/how-it-works.md @@ -7,7 +7,7 @@ layout: ../../layouts/DocsLayout.astro ## Simple explanation -`whyframe` extracts out the HTML within `iframe`s, which is processed as a separate module by the bundler, and the `iframe` would then load a different HTML with a custom script that loads that separate module as a new entrypoint. +`whyframe` extracts the HTML within an `iframe`, which is processed as a separate module by the bundler, and the `iframe` would then load a different HTML with a custom script that loads that separate module as a new entrypoint. ## Detailed explanation