From f625c114bb5078200503bd165a495f4cd52a6e44 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Fri, 30 Jul 2021 09:10:07 +0200 Subject: [PATCH] docs: fix wrong language title docs --- website/docs/packages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/packages.md b/website/docs/packages.md index 26cfa76fff81..adac1a2fbe20 100644 --- a/website/docs/packages.md +++ b/website/docs/packages.md @@ -11,7 +11,7 @@ For more information about permissions visit [the authentification section in th ### Usage {#usage} -```yalm +```yaml packages: # scoped packages '@scope/*': @@ -158,7 +158,7 @@ You may assign multiple uplinks for use as a proxy to use in the case of failove The property `publish` handle permissions for `npm publish` and `npm unpublish`. But, if you want to be more specific, you can use the property `unpublish` in your package access section, for instance: -```yalm +```yaml packages: 'jquery': access: $all