diff --git a/docs/user-guide/working-with-resources.md b/docs/user-guide/working-with-resources.md index 2ec21356a3d..cc4c2219e1d 100644 --- a/docs/user-guide/working-with-resources.md +++ b/docs/user-guide/working-with-resources.md @@ -46,7 +46,7 @@ When you create a resource such as pod, and then retrieve the created resource, a number of the fields of the resource are added. You can see this at work in the following example: -``` +```console $ cat > /tmp/original.yaml <