File tree Expand file tree Collapse file tree
packages/astro/src/container Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ export type ContainerRenderOptions = {
9696 routeType ?: RouteType ;
9797
9898 /**
99- * Allows to pass `Astro.props` to an Astro component:
99+ * Allows passing `Astro.props` to an Astro component:
100100 *
101101 * ```js
102102 * container.renderToString(Endpoint, { props: { "lorem": "ipsum" } });
@@ -105,9 +105,9 @@ export type ContainerRenderOptions = {
105105 props ?: Props ;
106106
107107 /**
108- * When `false`, it forces to render the component as it was a full-fledged page.
108+ * When `false`, it forces the component to render as if it were a full-fledged page.
109109 *
110- * By default, the container API render components as [partials](https://docs.astro.build/en/basics/astro-pages/#page-partials).
110+ * By default, the container API renders components as [partials](https://docs.astro.build/en/basics/astro-pages/#page-partials).
111111 *
112112 */
113113 partial ?: boolean ;
You can’t perform that action at this time.
0 commit comments