From 056336fb1287f379a7b5f375aef10302d94ae3db Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Wed, 30 Dec 2020 01:17:05 -0500 Subject: [PATCH] Add code fence --- docs/plugins/integrating-plugin-into-service-catalog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/integrating-plugin-into-service-catalog.md b/docs/plugins/integrating-plugin-into-service-catalog.md index 51d2331140..bc93cef63b 100644 --- a/docs/plugins/integrating-plugin-into-service-catalog.md +++ b/docs/plugins/integrating-plugin-into-service-catalog.md @@ -20,7 +20,7 @@ should have a separate package in a folder, which represents your plugin. Example: -``` +```sh $ yarn create-plugin > ? Enter an ID for the plugin [required] my-plugin > ? Enter the owner(s) of the plugin. If specified, this will be added to CODEOWNERS for the plugin path. [optional]