File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
site/src/modules/workspaces/WorkspaceTiming Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1239,7 +1239,7 @@ func TestWorkspaceBuildTimings(t *testing.T) {
1239
1239
1240
1240
//nolint:paralleltest
1241
1241
t .Run ("NonExistentBuild" , func (t * testing.T ) {
1242
- // Given: an inexistent build
1242
+ // Given: a non-existent build
1243
1243
buildID := uuid .New ()
1244
1244
1245
1245
// When: fetching timings for the build
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ export const agentStages = (section: string): Stage[] => {
287
287
< >
288
288
< TooltipTitle > Run startup scripts</ TooltipTitle >
289
289
< TooltipShortDescription >
290
- Scripts executed when the agent is starting .
290
+ Time taken to run each agent startup script .
291
291
</ TooltipShortDescription >
292
292
</ >
293
293
) ,
You can’t perform that action at this time.
0 commit comments