Skip to content

Commit be7d1c5

Browse files
committed
fix(browsers): rename Persistence ID to Persistent ID
1 parent bb8503f commit be7d1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/browsers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ func buildBrowserTableData(sessionID, cdpURL, liveViewURL string, persistence ke
380380
tableData = append(tableData, []string{"Live View URL", liveViewURL})
381381
}
382382
if persistence.ID != "" {
383-
tableData = append(tableData, []string{"Persistence ID", persistence.ID})
383+
tableData = append(tableData, []string{"Persistent ID", persistence.ID})
384384
}
385385
if profile.ID != "" || profile.Name != "" {
386386
profVal := profile.Name

0 commit comments

Comments
 (0)