Skip to content

Commit 20a3840

Browse files
authored
fix typo (#3846)
1 parent 39d2453 commit 20a3840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/analyzer/analyzers/huggingface/scopes.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var user_scopes = map[string]map[string]string{
4848
"user.billing.read": "Read access to user's billing usage",
4949
},
5050
"Collections": {
51-
"collection.read": "Read access to all ollections under user's namespace",
51+
"collection.read": "Read access to all collections under user's namespace",
5252
"collection.write": "Write access to all collections under user's namespace",
5353
},
5454
"Discussions & Posts": {

0 commit comments

Comments
 (0)