Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix typo #3561

Merged
merged 1 commit into from
Jan 9, 2023
Merged

docs: fix typo #3561

merged 1 commit into from
Jan 9, 2023

Conversation

phisco
Copy link
Contributor

@phisco phisco commented Jan 9, 2023

Signed-off-by: Philippe Scorsolini p.scorsolini@gmail.com

Description of your changes

Just fixing a typo in an example from the docs.

I have:

  • Read and followed Crossplane's contribution process.
  • Run make reviewable to ensure this PR is ready for review.
  • Added backport release-x.y labels to auto-backport this PR if necessary.

How has this code been tested

Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
@phisco phisco requested review from a team as code owners January 9, 2023 14:48
@phisco phisco requested review from turkenh and ezgidemirel and removed request for a team January 9, 2023 14:48
Copy link
Member

@ezgidemirel ezgidemirel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @phisco !

@hasheddan hasheddan merged commit 1d85c43 into crossplane:master Jan 9, 2023
@github-actions
Copy link

github-actions bot commented Jan 9, 2023

Backport failed for release-1.8, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin release-1.8
git worktree add -d .worktree/backport-3561-to-release-1.8 origin/release-1.8
cd .worktree/backport-3561-to-release-1.8
git checkout -b backport-3561-to-release-1.8
ancref=$(git merge-base 3fa80ca13d3bb557517e3f828c38e8d54e563735 52959f0661728fa67b69a68a1fed269c1087965e)
git cherry-pick -x $ancref..52959f0661728fa67b69a68a1fed269c1087965e

@github-actions
Copy link

github-actions bot commented Jan 9, 2023

Backport failed for release-1.9, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin release-1.9
git worktree add -d .worktree/backport-3561-to-release-1.9 origin/release-1.9
cd .worktree/backport-3561-to-release-1.9
git checkout -b backport-3561-to-release-1.9
ancref=$(git merge-base 3fa80ca13d3bb557517e3f828c38e8d54e563735 52959f0661728fa67b69a68a1fed269c1087965e)
git cherry-pick -x $ancref..52959f0661728fa67b69a68a1fed269c1087965e

@github-actions
Copy link

github-actions bot commented Jan 9, 2023

Backport failed for release-1.10, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin release-1.10
git worktree add -d .worktree/backport-3561-to-release-1.10 origin/release-1.10
cd .worktree/backport-3561-to-release-1.10
git checkout -b backport-3561-to-release-1.10
ancref=$(git merge-base 3fa80ca13d3bb557517e3f828c38e8d54e563735 52959f0661728fa67b69a68a1fed269c1087965e)
git cherry-pick -x $ancref..52959f0661728fa67b69a68a1fed269c1087965e

@phisco phisco mentioned this pull request Jan 16, 2023
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants