Skip to content

Commit 3ae832e

Browse files
committed
fix: integration name typo
1 parent ec41ca5 commit 3ae832e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/stream/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { AstroIntegration } from "astro";
22

33
export default function integration(): AstroIntegration {
44
return {
5-
name: "simple-form",
5+
name: "simple-stream",
66
hooks: {
77
"astro:config:setup"({ addMiddleware }) {
88
addMiddleware({

0 commit comments

Comments
 (0)