Skip to content

Commit df4e5fa

Browse files
committed
fix: few typos
Signed-off-by: Mateusz Urbanek <[email protected]>
1 parent 3f3b230 commit df4e5fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: docs/book.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ theme = "theme"
1111

1212
[preprocessor.generate-version]
1313
renderers = ["html"]
14-
command = """sh -c 'scripts/generate-version.sh'"""
14+
command = """sh -c 'scripts/generate-version.sh'"""

Diff for: docs/src/introduction.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Container Object Storage Interface (COSI)
44

5-
Container Object Storage Interface (COSI) is a set of abstractions for provisioning and management of object storage. It aims to be a common layer of abstraction across multiple object storage vendors, such that workloads can request and automatically be provisioned object storage buckets.
5+
Container Object Storage Interface (COSI) is a set of abstractions for provisioning and management of object storage. It aims to be a common layer of abstraction across multiple object storage vendors, such that workloads can request and automatically be provisioned with object storage buckets.
66

77
The goals of this project are:
88

@@ -23,7 +23,7 @@ The existing primitives in CSI do not apply to objectstorage. Thus the need for
2323

2424
## Community, discussion, contribution, and support
2525

26-
You can reach the maintainers and interact with community throught the following channels:
26+
You can reach the maintainers and interact with community through the following channels:
2727

2828
- [#sig-storage-cosi](https://kubernetes.slack.com/messages/sig-storage-cosi) slack channel
2929
- [container-object-storage-interface](https://groups.google.com/g/container-object-storage-interface-wg?pli=1) mailing list

0 commit comments

Comments
 (0)