-
Notifications
You must be signed in to change notification settings - Fork 20
Fix small error in README.rst #176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a typo in the README where the example to find a dashboards by data source name was trying to match against the "type" field, not the "name" field.
Fix error in README.rst
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much. We appreciate your attention to detail, and for taking the time to submit a fix.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #176 +/- ##
=======================================
Coverage 85.01% 85.01%
=======================================
Files 9 9
Lines 1121 1121
=======================================
Hits 953 953
Misses 168 168
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
amotl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a typo in the README where the example to find a dashboards by data source name was trying to match against the "type" field, not the "name" field.