From 12c5438f4337d2d510572be04c34e4b26b956662 Mon Sep 17 00:00:00 2001 From: Luong Anh Tuan Date: Mon, 27 Nov 2017 10:21:24 +0700 Subject: [PATCH] Fix the format file name The file name should be marked follow [1] as consistent with their semantic meaning. [1] https://docs.openstack.org/doc-contrib-guide/rst-conv/inline-markups.html#file-name-and-path Change-Id: Ief3c3960034fe76fe2e3b2deda45ffd7906966db --- reference/service-project-naming.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/service-project-naming.rst b/reference/service-project-naming.rst index cf832d729..f31003ce3 100644 --- a/reference/service-project-naming.rst +++ b/reference/service-project-naming.rst @@ -24,7 +24,7 @@ Realize the team name will not become a trademark. In documentation on `docs.openstack.org `_, project names are consistently lowercase, such as nova and keystone. The documentation -also uses lowercase when referring to file names such as `nova.conf`, and when +also uses lowercase when referring to file names such as ``nova.conf``, and when referring to the Command Line Interfaces (CLI) for those projects including the ``openstack`` CLI command.