From 943d3827e61e61384925c209ee233447d57f1ccb Mon Sep 17 00:00:00 2001 From: Pierre Tardy Date: Tue, 27 Sep 2016 12:58:06 +0200 Subject: [PATCH] fix spelling --- master/buildbot/spec/api.raml | 2 +- master/docs/developer/rest.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/master/buildbot/spec/api.raml b/master/buildbot/spec/api.raml index 3e4c4cc1742..1cc10a7e8b6 100644 --- a/master/buildbot/spec/api.raml +++ b/master/buildbot/spec/api.raml @@ -168,7 +168,7 @@ types: This endpoint does not provide paging capabilities. For stream log types, the type line header characters are dropped. 'text/plain' is used as the mime type except for html logs, where 'text/html' is used. - The 'slug' is used as the filename for the resulting download. Some browsers are appending ".txt" or ".html" to this filename according to the mime-type. + The 'slug' is used as the filename for the resulting download. Some browsers are appending ``".txt"`` or ``".html"`` to this filename according to the mime-type. is: - bbgetraw: diff --git a/master/docs/developer/rest.rst b/master/docs/developer/rest.rst index 6da8101f279..c33bea65544 100644 --- a/master/docs/developer/rest.rst +++ b/master/docs/developer/rest.rst @@ -266,7 +266,7 @@ RAML describes and documents all our data, rest, and javascript APIs in a format Raml spec verbatim .................. - Sometimes raml is just clearer than formatted text. + Sometimes Raml is just clearer than formatted text. .. code-block:: yaml