Skip to content

Commit 72c1b67

Browse files
authored
[no-issue] fix: 잘못 입력된 링크 수정 (#138)
1 parent bf03775 commit 72c1b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/app/building-your-application/routing/middleware.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export const config = {
165165
3. 명명된 매개변수( `:`로 시작)에 수정자를 가질 수 있습니다: `/about/:path*``*`*0개 이상*이므로 `/about/a/b/c`와 일치합니다. `?`_0개 또는 1개_, `+`_1개 이상_
166166
4. 괄호로 둘러싸인 정규식을 사용할 수 있습니다: `/about/(.*)``/about/:path*`와 동일합니다
167167

168-
자세한 내용은 [path-to-regexp](https://github.com/pillarjs/path-to-regexp#path-to-regexp-
168+
자세한 내용은 [path-to-regexp](https://github.com/pillarjs/path-to-regexp#path-to-regexp)
169169

170170
1. 문서를 참조하세요.
171171

0 commit comments

Comments
 (0)