diff options
Diffstat (limited to 'src/tools/base64-converter/index.ts')
-rw-r--r-- | src/tools/base64-converter/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/base64-converter/index.ts b/src/tools/base64-converter/index.ts index 4b67997..702bd40 100644 --- a/src/tools/base64-converter/index.ts +++ b/src/tools/base64-converter/index.ts @@ -5,7 +5,7 @@ export const tool: ITool = { name: 'Base64 converter', path: '/base64-converter', description: "Convert string, files or images into a it's base64 representation.", - keywords: ['base64', 'converter', 'upload', 'image', 'file', 'convertion', 'web', 'data', 'format'], + keywords: ['base64', 'converter', 'upload', 'image', 'file', 'conversion', 'web', 'data', 'format'], component: () => import('./base64-converter.vue'), icon: FileDigit, redirectFrom: ['/file-to-base64', '/base64-string-converter'], |