From 2c8cc1a5acb82727e43c3193a04b92dcca2093bf Mon Sep 17 00:00:00 2001 From: Alan Greene Date: Mon, 16 Jan 2023 13:13:00 +0000 Subject: [PATCH] Fix typos --- packages/e2e/cypress/e2e/run/create-pipelinerun.cy.js | 2 +- tekton/release-cheat-sheet.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/e2e/cypress/e2e/run/create-pipelinerun.cy.js b/packages/e2e/cypress/e2e/run/create-pipelinerun.cy.js index 4308f12f4..6167966b6 100644 --- a/packages/e2e/cypress/e2e/run/create-pipelinerun.cy.js +++ b/packages/e2e/cypress/e2e/run/create-pipelinerun.cy.js @@ -19,7 +19,7 @@ function preserveIndentation(input) { } const namespace = 'tekton-dashboard-e2e'; -describe('Create Pipeline Run', () => { +describe('Create PipelineRun', () => { before(() => { cy.exec('kubectl version --client'); cy.exec(`kubectl create namespace ${namespace} || true`); diff --git a/tekton/release-cheat-sheet.md b/tekton/release-cheat-sheet.md index 6135e62a2..4c53123b1 100644 --- a/tekton/release-cheat-sheet.md +++ b/tekton/release-cheat-sheet.md @@ -55,7 +55,7 @@ the dashboard repo, a terminal window and a text editor. 1. Watch logs of dashboard-release. -1. Once the pipeline run is complete, check its results: +1. Once the PipelineRun is complete, check its results: ```bash tkn --context dogfooding pr describe