Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
luiguild committed Oct 11, 2024
1 parent 6d23251 commit 3c1d95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/hello-world/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const app: BasedAppFunction = async (_based) => {
'<title>Hello World</title>' +
'</head>' +
'<body style="margin: 0;">' +
`<div id="root">Hello World from the branch main 2 in Based.io!</div>` +
`<div id="root">Hello World in Based.io!</div>` +
'</body>' +
'</html>'
);
Expand Down

0 comments on commit 3c1d95a

Please sign in to comment.