Skip to content

Commit

Permalink
Fix typo in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hlb authored Aug 23, 2019
1 parent 1baab0f commit 4fd5c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/servers/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The `modelUri` specifies the bucket containing the saved model, in this case `gs
* S3-comptaible (using `s3://`)
* Azure Blob storage (using `https://(.+?).blob.core.windows.net/(.+)`)

When using S3-comptaible object storeage provider, you can provide access credential and custom endpoint by creating a `Secret` object:
When using S3-comptaible object storage provider, you can provide access credential and custom endpoint by creating a `Secret` object:

```
apiVersion: v1
Expand Down

0 comments on commit 4fd5c58

Please sign in to comment.