From 15d48a3ec21ad68c38809745757894d12d8fc446 Mon Sep 17 00:00:00 2001 From: Livia <1ussylvia@gmail.com> Date: Mon, 30 Oct 2023 02:26:58 -0400 Subject: [PATCH] fix typo bug --- _posts/tech/2023-10-29-trpc-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/tech/2023-10-29-trpc-notes.md b/_posts/tech/2023-10-29-trpc-notes.md index 0779295..7afa008 100644 --- a/_posts/tech/2023-10-29-trpc-notes.md +++ b/_posts/tech/2023-10-29-trpc-notes.md @@ -313,7 +313,7 @@ export default function TestingPage() { ### 4.1 Auth -a sample (from [danba340/full-stack-t3-tutorial]([]https://github.com/danba340/full-stack-t3-tutorial)) +a sample (from [danba340/full-stack-t3-tutorial](https://github.com/danba340/full-stack-t3-tutorial)) ```ts import type { GetServerSidePropsContext } from "next";