Description
Hi, this is a first-timers-only
issue. This means we've worked to make it more legible to folks who either haven't contributed to our codebase before, or even folks who haven't contributed to open source before.
If that's you, we're interested in helping you take the first step and can answer questions and help you out as you do. Note that we're especially interested in contributions from people from groups underrepresented in free and open source software!
If you have contributed before, consider leaving this one for someone new, and looking through our general ideal-for-contribution
issues. Thanks!
Problem
The documentation for the Actuator's API contains a section named "Request Structure" but it should be named "Query Parameters". The ID assigned to the section is also incorrect which has a knock-on effect on the anchors in the generated HTML.
Solution
Both the title of the section and its ID need to be corrected.
The ID can be found here:
The ID should be [[caches-named-query-parameters]]
The name can be found here:
The name should be === Query Parameters
Steps to Fix
- Claim this issue with a comment below and ask any clarifying questions you need
- Set up a repository locally following the Contributing Guidelines
- Try to fix the issue following the steps above
- Commit your changes and start a pull request.