flyrain commented on code in PR #1915:
URL: https://github.com/apache/polaris/pull/1915#discussion_r2159490029


##########
site/content/release-guide.md:
##########
@@ -101,13 +101,13 @@ If it's the first RC for the release, you have to create 
a release branch:
 
 ```
 git branch release/x.y.z
-git push apache/release/x.y.z
+git push apache release/x.y.z
 ```
 
 Go in the branch, and set the target release version:
 
 ```
-git checkoout release/x.y.z
+git checkout release/x.y.z

Review Comment:
   We could use copilot for this kind of review next time :-)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to