Преглед изворни кода

Merge pull request #10057 from jglick/patch-1

Use IPA notation for pronunciation of etcd
Gyuho Lee пре 7 година
родитељ
комит
206b012ed4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/faq.rst

+ 1 - 1
docs/faq.rst

@@ -14,7 +14,7 @@ etcd is a consistent distributed key-value store. Mainly used as a separate coor
 How to pronounce etcd?
 ======================
 
-etcd is pronounced ``/etˈ-sē-dē/`` or ``/etˈ-see-dee/``, and means distributed ``etc`` directory.
+etcd is pronounced ``/ˈɛtsiːdiː/``, and means distributed ``etc`` directory.
 
 
 Do clients have to send requests to the etcd leader?