Github user bmahler commented on a diff in the pull request: https://github.com/apache/mesos/pull/256#discussion_r161337083 --- Diff: docs/endpoints/files/browse.json.md --- @@ -20,7 +20,7 @@ Query parameters: ### AUTHENTICATION ### -This endpoint requires authentication iff HTTP authentication is +This endpoint requires authentication if HTTP authentication is --- End diff -- Sure, however this file is actually generated from source, so the change would need to be made there: https://github.com/apache/mesos/blob/1.4.0/src/files/files.cpp#L352-L371 https://github.com/apache/mesos/blob/1.4.0/3rdparty/libprocess/include/process/help.hpp#L82-L90 I think @bbannier was looking into whether we could remove generated markdown since they're no longer needed. We now generate them at the time of publishing the website.
---