Skip to content

Commit

Permalink
Fix typo in comments
Browse files Browse the repository at this point in the history
Co-authored-by: Michal <[email protected]>
  • Loading branch information
DAreRodz and michalczaplinski authored Dec 17, 2024
1 parent b78c8b1 commit 769342b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/interactivity-router/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const regionsToVdom: RegionsToVdom = ( dom, { vdom, baseUrl } = {} ) => {

// Render all interactive regions contained in the given page.
const renderRegions = async ( page: Page ) => {
// Whait for styles and modules to be ready.
// Wait for styles and modules to be ready.
await Promise.all( [
...page.styles,
...page.scriptModules.map(
Expand Down

0 comments on commit 769342b

Please sign in to comment.