chore: fix typo by ruthra-kumar [frappe] PR#46401
From: https://github.com/frappe/erpnext/pull/46401
Date: 2025-03-08 14:54:11+05:30
- chore: fix typo
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-46401
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-46401
# 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