Skip to content

Commit 5584e3c

Browse files
committed
docs: adjust title
1 parent 278783a commit 5584e3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/.vitepress/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ const sidebar = [
6262
]
6363

6464
const description = 'Lightweight, zero-dependency TypeScript collection manipulation library with 100% type safety and chainable methods for arrays and objects.'
65-
const title = 'ts-collect | Powerful, yet lightweight, Laravel-like Collections written for TypeScript.'
65+
const title = 'ts-collect | Lightweight & powerful Laravel-like Collections written for TypeScript.'
6666

6767
export default withPwa(
6868
defineConfig({
6969
lang: 'en-US',
7070
title: 'ts-collect',
71-
description: 'Powerful, yet lightweight, Laravel-like Collections written for TypeScript.',
71+
description: 'Lightweight & powerful Laravel-like Collections written for TypeScript.',
7272
metaChunk: true,
7373
cleanUrls: true,
7474

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: home
44
hero:
55
name: "ts-collect"
66
text: "A TypeScript Collection Library"
7-
tagline: "Powerful, yet lightweight, Laravel-like Collections written for TypeScript."
7+
tagline: "Lightweight & powerful Laravel-like Collections written for TypeScript."
88
image: /images/logo-white.png
99
actions:
1010
- theme: brand

0 commit comments

Comments
 (0)