Skip to content

Commit 3ad8d1b

Browse files
committed
mention dev instead of start
1 parent 9a54f3a commit 3ad8d1b

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/components/Preview/DevTools/Terminal

1 file changed

+1
-1
lines changed

packages/app/src/app/components/Preview/DevTools/Terminal/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class DevToolTerminal extends React.Component<
5858
notificationState.addNotification({
5959
title: 'Terminal Read-Only',
6060
message:
61-
"The main terminal is read-only and runs what's defined in package.json#start, you can create a new terminal to input commands",
61+
"The main terminal is read-only and runs what's defined in package.json#dev, you can create a new terminal to input commands",
6262
status: NotificationStatus.NOTICE,
6363
actions: {
6464
primary: [

0 commit comments

Comments
 (0)