Skip to content

Commit c84d6a5

Browse files
Fix typo in manage-object-visibility.mdx (#4386)
1 parent 7c7bd99 commit c84d6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/object-storage/how-to/manage-object-visibility.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you upload a file using the CLI, you can make it public by using the `--acl p
4141

4242
## Manage the visibility of multiple objects
4343

44-
You can manage the visibility of multiple ojects at a time using a [bucket policy](/object-storage/api-cli/bucket-policy/) as shown below. By allowing [GetObject](/object-storage/api-cli/object-operations/#getobject) operations to everyone, the desired objects can be accessed by any person with the link to the object.
44+
You can manage the visibility of multiple objects at a time using a [bucket policy](/object-storage/api-cli/bucket-policy/) as shown below. By allowing [GetObject](/object-storage/api-cli/object-operations/#getobject) operations to everyone, the desired objects can be accessed by any person with the link to the object.
4545

4646
```json
4747
{

0 commit comments

Comments
 (0)