We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb098c commit 556ff77Copy full SHA for 556ff77
scripts/create-clog.sh
@@ -101,7 +101,7 @@ function update_manifest () {
101
102
function print_pr_info () {
103
branch="$(git branch --show-current)"
104
- echo "tip: After comitting this branch visit"
+ echo "tip: After committing this branch visit"
105
echo "https://github.com/cdr/docs/compare/master...${branch}?template=release-template.md&expand=1"
106
echo "to open a PR using the release PR template"
107
}
0 commit comments