Skip to content
Prev Previous commit
Next Next commit
Fix typo name -> scope
  • Loading branch information
mattt committed Apr 5, 2021
commit 372c605773f76da530ea7c9d20639603412a456c
2 changes: 1 addition & 1 deletion proposals/0292-package-registry-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ A package scope consists of
alphanumeric characters and hyphens.
Hyphens may not occur at the beginning or end,
nor consecutively within a scope.
The maximum length of a package name is 39 characters.
The maximum length of a package scope is 39 characters.
A valid package scope matches the following regular expression pattern:

```regexp
Expand Down