mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
Changelog: Fix typo (#11162)
This commit is contained in:
parent
2d93902f4c
commit
fdd4f92a6d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
- [#11138](https://github.com/withastro/astro/pull/11138) [`98e0372`](https://github.com/withastro/astro/commit/98e0372cfd47a3e025be2ac68d1e9ebf06cf548b) Thanks [@ematipico](https://github.com/ematipico)! - You can now pass `props` when rendering a component using the Container APIs:
|
||||
|
||||
```js
|
||||
import { experimental_AstroContainer as AstroContainer } from 'astro/contaienr';
|
||||
import { experimental_AstroContainer as AstroContainer } from 'astro/container';
|
||||
import Card from '../src/components/Card.astro';
|
||||
|
||||
const container = await AstroContainer.create();
|
||||
|
|
Loading…
Add table
Reference in a new issue