fix(query-codemods): fix duplicate 'a' typo in placeholder data error#10116
Conversation
|
|
View your CI Pipeline Execution ↗ for commit 3b87d61
☁️ Nx Cloud last updated this comment at |
📝 WalkthroughWalkthroughFixed a typo in an error message string within the AlreadyHasPlaceholderDataProperty utility, removing a duplicate article from the displayed message text. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Fix duplicated article in placeholderData error message
🎯 Changes
Fixed a duplicated article ("a") typo in the error message in
already-has-placeholder-data-property.cjs.Before:
After:
✅ Checklist
pnpm run test:pr.🚀 Release Impact
d "a" in the
Summary by CodeRabbit
Bug Fixes