Skip to content

Commit c73e0eb

Browse files
authored
Fix a couple typos in bucket settings docs (#307)
1 parent f7f900d commit c73e0eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/buckets/settings/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ mandate data residency in specific regions. However, it's important to note that
110110
restricting your bucket to a single region (or a few regions) may impact
111111
performance, particularly in a globally distributed environment. It can lead to
112112
higher latency for users located far from the selected regions, as all requests
113-
must be routed to the restricted location..
113+
must be routed to the restricted locations.
114114

115115
For more information see the [region restriction](/docs/objects/object_regions/)
116116
documentation.
@@ -130,7 +130,7 @@ public objects, but you can set an implicit default here.
130130

131131
You can configure additional headers for objects stored in your buckets. This
132132
can be useful when your tools set incorrect headers or you need to set custom
133-
headers. Right now the only setting implemented is to set the
133+
headers. Right now, the only setting implemented is to set the
134134
`X-Content-Type-Options` header to `nosniff`, which prevents browsers from
135135
performing "content sniffing" and guessing the MIME type of the content based on
136136
the content itself.

0 commit comments

Comments
 (0)