Skip to content

Commit f41756e

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

File tree

2 files changed

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

2 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import React, { memo } from 'react'
21
import LogsFeed from '@/components/common/LogsFeed'
32
import { EntityLogsContentProps } from './types'
43

@@ -9,7 +8,7 @@ export const EntityLogsContent = ({ logs }: EntityLogsContentProps) => {
98
LOGS
109
</div>
1110
<div tw="w-full max-w-3xl">
12-
Real-time logs of the of the virtual machine. Use this to debug any
11+
Real-time logs of the virtual machine. Use this to debug any
1312
issue with the boot of your instance and to monitor the behavior of your
1413
instance while it is running.
1514
</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)