Skip to content

Commit

Permalink
chore(docs): remove unnecessary spaces (#7118)
Browse files Browse the repository at this point in the history
### Description

Removed unnecessary whitespace at the beginning of the description for
the last item in LINKS of the Next.js example.

<img width="321" alt="스크린샷 2024-01-26 오후 5 32 09"
src="https://github.com/vercel/turbo/assets/66263916/3c35872e-760f-4673-b288-b96b814731bf">

Co-authored-by: 교헌 이 <ghl12078@kyobobook.com>
  • Loading branch information
GyoHeon and 교헌 이 authored Jan 26, 2024
1 parent aa1fee0 commit aa8d821
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/basic/apps/docs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const LINKS = [
title: "Deploy",
href: "https://vercel.com/new",
description:
" Instantly deploy your Turborepo to a shareable URL with Vercel.",
"Instantly deploy your Turborepo to a shareable URL with Vercel.",
},
];

Expand Down
2 changes: 1 addition & 1 deletion examples/basic/apps/web/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const LINKS = [
title: "Deploy",
href: "https://vercel.com/new",
description:
" Instantly deploy your Turborepo to a shareable URL with Vercel.",
"Instantly deploy your Turborepo to a shareable URL with Vercel.",
},
];

Expand Down
2 changes: 1 addition & 1 deletion examples/with-npm/apps/docs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const LINKS = [
title: "Deploy",
href: "https://vercel.com/new",
description:
" Instantly deploy your Turborepo to a shareable URL with Vercel.",
"Instantly deploy your Turborepo to a shareable URL with Vercel.",
},
];

Expand Down
2 changes: 1 addition & 1 deletion examples/with-npm/apps/web/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const LINKS = [
title: "Deploy",
href: "https://vercel.com/new",
description:
" Instantly deploy your Turborepo to a shareable URL with Vercel.",
"Instantly deploy your Turborepo to a shareable URL with Vercel.",
},
];

Expand Down
2 changes: 1 addition & 1 deletion examples/with-tailwind/apps/docs/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const LINKS = [
title: "Deploy",
href: "https://vercel.com/new",
description:
" Instantly deploy your Turborepo to a shareable URL with Vercel.",
"Instantly deploy your Turborepo to a shareable URL with Vercel.",
},
];

Expand Down
2 changes: 1 addition & 1 deletion examples/with-tailwind/apps/web/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const LINKS = [
title: "Deploy",
href: "https://vercel.com/new",
description:
" Instantly deploy your Turborepo to a shareable URL with Vercel.",
"Instantly deploy your Turborepo to a shareable URL with Vercel.",
},
];

Expand Down
2 changes: 1 addition & 1 deletion examples/with-vue-nuxt/packages/ui/src/page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const LINKS = [
title: "Deploy",
href: "https://vercel.com/new",
description:
" Instantly deploy your Turborepo to a shareable URL with Vercel.",
"Instantly deploy your Turborepo to a shareable URL with Vercel.",
},
];
Expand Down
2 changes: 1 addition & 1 deletion examples/with-yarn/apps/docs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const LINKS = [
title: "Deploy",
href: "https://vercel.com/new",
description:
" Instantly deploy your Turborepo to a shareable URL with Vercel.",
"Instantly deploy your Turborepo to a shareable URL with Vercel.",
},
];

Expand Down
2 changes: 1 addition & 1 deletion examples/with-yarn/apps/web/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const LINKS = [
title: "Deploy",
href: "https://vercel.com/new",
description:
" Instantly deploy your Turborepo to a shareable URL with Vercel.",
"Instantly deploy your Turborepo to a shareable URL with Vercel.",
},
];

Expand Down

3 comments on commit aa8d821

@vercel
Copy link

@vercel vercel bot commented on aa8d821 Jan 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-tailwind-web – ./examples/with-tailwind/apps/web

examples-tailwind-web-git-main.vercel.sh
examples-tailwind-web.vercel.sh

@vercel
Copy link

@vercel vercel bot commented on aa8d821 Jan 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-basic-web – ./examples/basic/apps/web

turborepo-examples-basic-web.vercel.sh
examples-basic-web.vercel.sh
examples-basic-web-git-main.vercel.sh

@vercel
Copy link

@vercel vercel bot commented on aa8d821 Jan 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.