Skip to content

Commit aa2458a

Browse files
committed
chore(docs): Fixed rendering of a few code snippets
reST requires 2 backticks, not 3
1 parent b90c2fb commit aa2458a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/managing_deis/security_considerations.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ Users of Deis often want to deploy their applications to separate environments
4040
the goal, but rather segregation of application environments - if a development app goes haywire,
4141
it shouldn't affect production applications that are running in the cluster.
4242

43-
In Deis, deployed applications can be segregated by using the ```deis tags``` command. This
43+
In Deis, deployed applications can be segregated by using the ``deis tags`` command. This
4444
enables you to tag machines in your cluster with arbitrary metadata, then configure your applications
4545
to be scheduled to machines which match the metadata.
4646

47-
For example, if some machines in your cluster are tagged with ```environment=production``` and some
48-
with ```environment=staging```, you can configure an application to be deployed to the production
49-
environment by using ```deis tags set environment=production```. Deis will pass this configuration
47+
For example, if some machines in your cluster are tagged with ``environment=production`` and some
48+
with ``environment=staging``, you can configure an application to be deployed to the production
49+
environment by using ``deis tags set environment=production``. Deis will pass this configuration
5050
along to the scheduler, and your applications in different environments on running on separate
5151
hardware.
5252

0 commit comments

Comments
 (0)