Merge pull request #3487 from adamdmharvey/fix-visibility

fix(config-loader,cli,example-app): Refactor visibility typo in vars/funcs across multiple packages
This commit is contained in:
Fredrik Adelöw
2020-11-30 14:05:41 +01:00
committed by GitHub
9 changed files with 27 additions and 18 deletions
+9
View File
@@ -0,0 +1,9 @@
---
'@backstage/config-loader': minor
---
Fix typo of "visibility" in config schema reference
If you have defined a config element named `visiblity`, you
will need to fix the spelling to `visibility`. For more info,
see https://backstage.io/docs/conf/defining#visibility.