mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 15:26:15 -04:00
refactor(html-editor): use correct letter casing (#292)
This commit is contained in:
parent
ffb99579ba
commit
91369cb238
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import { Edit } from '@vicons/tabler';
|
||||||
import { defineTool } from '../tool';
|
import { defineTool } from '../tool';
|
||||||
|
|
||||||
export const tool = defineTool({
|
export const tool = defineTool({
|
||||||
name: 'Html wysiwyg editor',
|
name: 'HTML WYSIWYG editor',
|
||||||
path: '/html-wysiwyg-editor',
|
path: '/html-wysiwyg-editor',
|
||||||
description: 'Online HTML editor with feature-rich WYSIWYG editor, get the source code of the content immediately.',
|
description: 'Online HTML editor with feature-rich WYSIWYG editor, get the source code of the content immediately.',
|
||||||
keywords: ['html', 'wysiwyg', 'editor', 'p', 'ul', 'ol', 'converter', 'live'],
|
keywords: ['html', 'wysiwyg', 'editor', 'p', 'ul', 'ol', 'converter', 'live'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue