spring-attic / spring-cloud-gcp

Integration for Google Cloud Platform APIs with Spring
Apache License 2.0
704 stars 694 forks source link

Small Typo on Google Cloud Storage documentation #2597

Closed PierrickPuimeanChieze closed 3 years ago

PierrickPuimeanChieze commented 3 years ago

Describe the bug It's just a very small typo on the Google Cloud Storage documentation (spring-cloud-gcp/docs/src/main/asciidoc/storage.adoc). The doc say

It is also possible to write to a Resource, although a WriteableResource is required. when it should be It is also possible to write to a Resource, although a WritableResource is required.. The example are good, however.