Skip to content

Commit

Permalink
fix: small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghvu committed Jan 6, 2024
1 parent 5fd3230 commit 3697440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cms/blocks/code-snippet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const CodeEditor: Block = {
{
name: 'language',
type: 'select',
label: 'Choose a language. If choosing an incoorect one, delete the block and try again.'
label: 'Choose a language. If choosing an incorrect one, delete the block and try again.'
+ ' This helps reinitialize the code block and linter.',
required: true,
options: ['css', 'dockerfile',
Expand Down

0 comments on commit 3697440

Please sign in to comment.