Skip to content

Commit d33dcfc

Browse files
feat(object-storage): fix typo 22023 instead of 2023 (#4340)
* feat(object-storage): fix typo 22023 instead of 2023 * Apply suggestions from code review --------- Co-authored-by: Benedikt Rollik <[email protected]>
1 parent db888cd commit d33dcfc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
]
2222
},
2323
"devDependencies": {
24-
2524
"@commitlint/cli": "^19.6.1",
2625
"@commitlint/config-conventional": "^19.6.0",
2726
"husky": "^8.0.3",

pages/object-storage/api-cli/bucket-operations.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ PUT /my-bucket?policy HTTP/1.1
680680
```
681681
```json
682682
{
683-
"Version": "22023-04-17",
683+
"Version": "2023-04-17",
684684
"Id": "MyBucketPolicy",
685685
"Statement": [
686686
{

0 commit comments

Comments
 (0)