We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d96a1d commit ddf72dcCopy full SHA for ddf72dc
1 file changed
src/PowerPlatform/Dataverse/claude_skill/SKILL.md
@@ -259,7 +259,7 @@ except ValidationError as e:
259
5. **Use production credentials** - ClientSecretCredential or ClientCertificateCredential for unattended operations
260
6. **Error handling** - Implement retry logic for transient errors (`e.is_transient`)
261
7. **Always include customization prefix** for custom tables/columns
262
-8. **Use lowercase** - Generally using lower cased input won't go wrong, exception would be custom tables/columns naming
+8. **Use lowercase** - Generally using lowercase input won't go wrong, exception would be custom tables/columns naming
263
9. **Test in non-production environments** first
264
265
## Additional Resources
0 commit comments