From d7ff71ddfc799a892ed6ec5184894c92a6c10a9f Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Fri, 19 Apr 2019 09:11:54 +0100 Subject: [PATCH] Fix glossary entry for rkt (#13877) * Fix shortcodes in rkt glossary entry * Tweak wording of rkt glossary entry --- content/en/docs/reference/glossary/rkt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/glossary/rkt.md b/content/en/docs/reference/glossary/rkt.md index 455484c8ca..19442b8546 100644 --- a/content/en/docs/reference/glossary/rkt.md +++ b/content/en/docs/reference/glossary/rkt.md @@ -15,4 +15,4 @@ tags: -rkt is an application {% glossary_tooltip text="container" term_id="container" %} engine featuring a {% glossary_tooltip text="pod" term_id="pod" %}-native approach, a pluggable execution environment, and a well-defined surface area. rkt allows users to apply different configurations at both the pod and application level and each pod executes directly in the classic Unix process model, in a self-contained, isolated environment. +rkt is an application {{< glossary_tooltip text="container" term_id="container" >}} engine featuring a {{< glossary_tooltip text="pod" term_id="pod" >}}-native approach, a pluggable execution environment, and a well-defined surface area. rkt allows users to apply different configurations at both the pod and application level. Each Pod executes directly in the classic Unix process model, in a self-contained, isolated environment.