chore: Fix typo in comment by cogk [frappe] PR#32309
From: https://github.com/frappe/frappe/pull/32309
Date: 2025-04-26 09:59:36+02:00
- chore: Fix typo in comment
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-32309
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-32309
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease