Merge pull request #22524 from ManuInNZ/patch-2
Update template.examples.ts, typo fix on skeleton
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
---
|
||||
|
||||
Simple typo fix in the fetch:template action example on the word 'skeleton'.
|
||||
+1
-1
@@ -20,7 +20,7 @@ import yaml from 'yaml';
|
||||
export const examples: TemplateExample[] = [
|
||||
{
|
||||
description:
|
||||
'Downloads a skelaton directory that lives alongside the template file and fill it out with values.',
|
||||
'Downloads a skeleton directory that lives alongside the template file and fill it out with values.',
|
||||
example: yaml.stringify({
|
||||
steps: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user