diff options
author | 2023-09-06 10:53:40 +0200 | |
---|---|---|
committer | 2023-09-06 10:53:40 +0200 | |
commit | e9e0884789d03f229fdc9624dfe59709001ece93 (patch) | |
tree | 4b607d02d766e0524217a6ba9a56987130b310ac /src/tools/uuid-generator/index.ts | |
parent | e0c7771e8f355939f5f57bf107f573d92842ff51 (diff) | |
parent | 0eedce69a6d375ea4b75dc66ac97883d8ec0c7ac (diff) | |
download | it-tools-card-hover.tar.gz it-tools-card-hover.tar.zst it-tools-card-hover.zip |
Merge branch 'main' into card-hovercard-hover
Diffstat (limited to '')
-rw-r--r-- | src/tools/uuid-generator/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/uuid-generator/index.ts b/src/tools/uuid-generator/index.ts index 2b4b3d3..ae5ae0d 100644 --- a/src/tools/uuid-generator/index.ts +++ b/src/tools/uuid-generator/index.ts @@ -5,7 +5,7 @@ export const tool = defineTool({ name: 'UUIDs v4 generator', path: '/uuid-generator', description: - 'A universally unique identifier (UUID) is a 128-bit number used to identify information in computer systems. The number of possible UUIDs is 16^32, which is 2^128 or about 3.4x10^38 (which is a lot !).', + 'A Universally Unique Identifier (UUID) is a 128-bit number used to identify information in computer systems. The number of possible UUIDs is 16^32, which is 2^128 or about 3.4x10^38 (which is a lot!).', keywords: ['uuid', 'v4', 'random', 'id', 'alphanumeric', 'identity', 'token', 'string', 'identifier', 'unique'], component: () => import('./uuid-generator.vue'), icon: Fingerprint, |