Skip to content

Commit 8f52067

Browse files
committed
fix: Typos in EntityLogs
1 parent 978dcc8 commit 8f52067

File tree

2 files changed

+2
-2
lines changed
  • src/components/common/entityData/EntityLogs

2 files changed

+2
-2
lines changed

src/components/common/entityData/EntityLogs/Content/cmp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const EntityLogsContent = ({ logs }: EntityLogsContentProps) => {
99
LOGS
1010
</div>
1111
<div tw="w-full max-w-3xl">
12-
Real-time logs of the of the virtual machine. Use this to debug any
12+
Real-time logs of the virtual machine. Use this to debug any
1313
issue with the boot of your instance and to monitor the behavior of your
1414
instance while it is running.
1515
</div>

src/components/common/entityData/EntityLogs/Control/cmp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const EntityLogsControl = ({
2121
<div>
2222
<InfoTitle>INFO</InfoTitle>
2323
<Text>
24-
Real-time logs of the of the virtual machine. Use this to debug
24+
Real-time logs of the virtual machine. Use this to debug
2525
any issue with the boot of your instance and to monitor the
2626
behavior of your instance while it is running.
2727
</Text>

0 commit comments

Comments
 (0)