fix: typo
This commit is contained in:
parent
69f1a00f8d
commit
f1a7b5ba94
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ export function createRenderer(renderer: SupportedComponentRenderer) {
|
|||
} catch (e) {
|
||||
value = '';
|
||||
}
|
||||
value = `<div data-astro-id="${innerContext['data-astro-id']}" style="dislplay: contents">${value}</div>`;
|
||||
value = `<div data-astro-id="${innerContext['data-astro-id']}" style="display:contents">${value}</div>`;
|
||||
|
||||
const script = `
|
||||
${typeof wrapperStart === 'function' ? wrapperStart(innerContext) : wrapperStart}
|
||||
|
|
Loading…
Reference in a new issue