Skip to content

Commit

Permalink
docs: fix wrong language title docs
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Jul 30, 2021
1 parent 42d08eb commit f625c11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ For more information about permissions visit [the authentification section in th

### Usage {#usage}

```yalm
```yaml
packages:
# scoped packages
'@scope/*':
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f625c11

Please sign in to comment.