You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2019/07/01 00:38:53 UTC

[dubbo-website] branch master updated: Fix typo in sidebar title for Serialization (#418)

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

lixiaojie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 4895708  Fix typo in sidebar title for Serialization (#418)
4895708 is described below

commit 4895708913f6684513c27cf92d5fa33d6201122f
Author: Kacper Fronc <ka...@gmail.com>
AuthorDate: Mon Jul 1 08:38:48 2019 +0800

    Fix typo in sidebar title for Serialization (#418)
    
    (Kyro -> Kryo)
---
 site_config/docs.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site_config/docs.js b/site_config/docs.js
index 30867e0..40c5709 100644
--- a/site_config/docs.js
+++ b/site_config/docs.js
@@ -238,7 +238,7 @@ export default {
                                 link: '/en-us/docs/user/demos/netty4.html'
                             },
                             {
-                                title: 'Serialization with FST and Kyro',
+                                title: 'Serialization with FST and Kryo',
                                 link: '/en-us/docs/user/demos/serialization.html'
                             }
                         ],