Skip to content

Commit 3e1170c

Browse files
Apply suggestions from code review
Co-authored-by: Danny Kopping <danny@coder.com>
1 parent 69b181c commit 3e1170c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

coderd/workspacebuilds_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ func TestWorkspaceBuildTimings(t *testing.T) {
12391239

12401240
//nolint:paralleltest
12411241
t.Run("NonExistentBuild", func(t *testing.T) {
1242-
// Given: an inexistent build
1242+
// Given: a non-existent build
12431243
buildID := uuid.New()
12441244

12451245
// When: fetching timings for the build

site/src/modules/workspaces/WorkspaceTiming/StagesChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export const agentStages = (section: string): Stage[] => {
287287
<>
288288
<TooltipTitle>Run startup scripts</TooltipTitle>
289289
<TooltipShortDescription>
290-
Scripts executed when the agent is starting.
290+
Time taken to run each agent startup script.
291291
</TooltipShortDescription>
292292
</>
293293
),

0 commit comments

Comments
 (0)