Skip to content

Commit 0358d28

Browse files
committed
corrected error print grammar
1 parent d6b85a5 commit 0358d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/CaptainInstaller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ function checkPortOrThrow(ipAddr: string, portToTest: number) {
126126
console.log(' ')
127127
console.log(' ')
128128
console.log(
129-
'Are your trying to run CapRover on a local machine or a machine without public IP?'
129+
'Are you trying to run CapRover on a local machine or a machine without a public IP?'
130130
)
131131
console.log(
132132
'In that case, you need to add this to your installation command:'

0 commit comments

Comments
 (0)