Skip to content

Commit 2d798c6

Browse files
committed
fix typo
1 parent 3796be9 commit 2d798c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/alerts/RunProducerAlerts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
import { grey } from '@mui/material/colors'
77
import { useState } from 'react'
88

9-
const START_COMMAND = 'npm start-cli"'
9+
const START_COMMAND = 'npm start-cli'
1010

1111
const StartProducerAlert: React.FC<AlertProps> = (props) => {
1212
const [copied, setCopied] = useState(false)

0 commit comments

Comments
 (0)