Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGreene authored and tekton-robot committed Jan 16, 2023
1 parent 20efaf8 commit 2c8cc1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/e2e/cypress/e2e/run/create-pipelinerun.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`);
Expand Down
2 changes: 1 addition & 1 deletion tekton/release-cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <pipeline-run-name>
Expand Down

0 comments on commit 2c8cc1a

Please sign in to comment.