Skip to content

Commit 85e6fc5

Browse files
HZoolyVillanuevand
authored andcommitted
refactor(utils): Fix log spelling
1 parent d487b07 commit 85e6fc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scully/utils/staticServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export async function staticServer(port?: number) {
5353
);
5454
angularServerInstance = angularDistServer.listen(scullyConfig.appPort, x => {
5555
log(
56-
`Angular distribuition server started on "${yellow(
56+
`Angular distribution server started on "${yellow(
5757
`http://localhost:${scullyConfig.appPort}/`
5858
)}" `
5959
);

0 commit comments

Comments
 (0)