docs: shortcode formatting (#48622)
* docs: fix typo * docs: fix shortcode formatting * fix: move p tag * docs: fix typos * docs: fix typos * fix: make suggested correction Co-authored-by: Arvind <aruparekh@gmail.com> * fix: revert corrected typos in this PR --------- Co-authored-by: Arvind <aruparekh@gmail.com>pull/49562/head
parent
465a010ff7
commit
3d606b7b21
|
@ -3,4 +3,4 @@
|
|||
{{ T "version_check_mustbe" }}{{ $minVersion }}.
|
||||
{{ else if $minVersion}}
|
||||
{{ T "version_check_mustbeorlater" }}{{ $minVersion }}.
|
||||
{{ end }} {{ T "version_check_tocheck" }}<code>kubectl version</code>.
|
||||
{{ end }} <p>{{ T "version_check_tocheck" }} <code>kubectl version</code>.</p>
|
||||
|
|
Loading…
Reference in New Issue