Skip to content

Commit 8a65bb2

Browse files
committed
typo fix
1 parent 85600bc commit 8a65bb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/MyComponent/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const MyComponent: FunctionComponent<MyProps> = ({ foo }) => {
3535
<MyOtherComponent baz={count} />
3636
<footer>
3737
<span>source code of this website:</span>{" "}
38-
<a href="https://github.com/fullsoak/bun-examples.git">
38+
<a href="https://github.com/fullsoak/deno-examples">
3939
https://github.com/fullsoak/deno-examples
4040
</a>
4141
</footer>

tests/__snapshots__/MyComponent.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ snapshot[`MyComponent 1`] = `
1919
"@fullsoak/fullsoak": "/fullsoak"
2020
}
2121
}
22-
</script><script type="text/javascript"></script><style></style></head><body><main id="fullsoak-htmlshell-main"><section class="main"><h1>MyComponent</h1><ul><li>props &#39;foo&#39; is bar</li><li>state count is 0 <button >+</button><button >-</button></li><li><a href="/app">Route Aware App Component</a></li></ul></section><section style="padding:1rem;"><h2>MyOtherComponent</h2><span>props &#39;baz&#39; is 0</span></section><footer><span>source code of this website:</span> <a href="https://github.com/fullsoak/bun-examples.git">https://github.com/fullsoak/deno-examples</a></footer></main><script type="text/javascript">window.preloadedProps = {"foo":"bar"}</script><script type="module" src="/js/MyComponent/mount.js"></script></body></html>'
22+
</script><script type="text/javascript"></script><style></style></head><body><main id="fullsoak-htmlshell-main"><section class="main"><h1>MyComponent</h1><ul><li>props &#39;foo&#39; is bar</li><li>state count is 0 <button >+</button><button >-</button></li><li><a href="/app">Route Aware App Component</a></li></ul></section><section style="padding:1rem;"><h2>MyOtherComponent</h2><span>props &#39;baz&#39; is 0</span></section><footer><span>source code of this website:</span> <a href="https://github.com/fullsoak/deno-examples">https://github.com/fullsoak/deno-examples</a></footer></main><script type="text/javascript">window.preloadedProps = {"foo":"bar"}</script><script type="module" src="/js/MyComponent/mount.js"></script></body></html>'
2323
`;

0 commit comments

Comments
 (0)