Skip to content

Commit 53048e5

Browse files
authored
typo (#6999)
1 parent 5670fff commit 53048e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/lib/components/apps/editor/AppJobsDrawer.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<Splitpanes horizontal class="grow border w-full">
137137
<Pane size={10} minSize={10}>
138138
<LogViewer
139-
content={`Logs are avaiable in the browser console directly`}
139+
content={`Logs are available in the browser console directly`}
140140
isLoading={false}
141141
tag={undefined}
142142
/>
@@ -155,7 +155,7 @@
155155
<Splitpanes horizontal class="grow border w-full">
156156
<Pane size={10} minSize={10}>
157157
<LogViewer
158-
content={`Logs are avaiable in the browser console directly`}
158+
content={`Logs are available in the browser console directly`}
159159
isLoading={false}
160160
tag={undefined}
161161
/>

0 commit comments

Comments
 (0)