This is an automated email from the ASF dual-hosted git repository.

opwvhk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/main by this push:
     new a8824fa41e Update _index.md (#3508)
a8824fa41e is described below

commit a8824fa41e715801c60de57d439f48dc730f8fb0
Author: Marius Riis Haugan <[email protected]>
AuthorDate: Sun Oct 12 12:02:34 2025 +0200

    Update _index.md (#3508)
    
    Fixing a small typo
---
 doc/content/en/docs/1.12.0/Getting started (Java)/_index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/content/en/docs/1.12.0/Getting started (Java)/_index.md 
b/doc/content/en/docs/1.12.0/Getting started (Java)/_index.md
index c402268539..adf77dd359 100644
--- a/doc/content/en/docs/1.12.0/Getting started (Java)/_index.md       
+++ b/doc/content/en/docs/1.12.0/Getting started (Java)/_index.md       
@@ -201,7 +201,7 @@ $ mvn -q exec:java -Dexec.mainClass=example.SpecificMain \
         
 Note that you do not have to recompile your Avro schema to have access to this 
feature. The feature is compiled and built into your code, and you turn it on 
and off at runtime using the feature flag. As a result, you can turn it on 
during testing, for example, and then off in production. Or you can turn it on 
in production, and quickly turn it off if something breaks.
 
-We encourage the Avro community to exercise this new feature early to help 
build confidence. (For those paying one-demand for compute resources in the 
cloud, it can lead to meaningful cost savings.) As confidence builds, we will 
turn this feature on by default, and eventually eliminate the feature flag (and 
the old code).
+We encourage the Avro community to exercise this new feature early to help 
build confidence. (For those paying on demand for compute resources in the 
cloud, it can lead to meaningful cost savings.) As confidence builds, we will 
turn this feature on by default, and eventually eliminate the feature flag (and 
the old code).
 
 ## Serializing and deserializing without code generation
 Data in Avro is always stored with its corresponding schema, meaning we can 
always read a serialized item regardless of whether we know the schema ahead of 
time. This allows us to perform serialization and deserialization without code 
generation.

Reply via email to