Fix more and more spellchecker warnings
[docs.git] / docs / contributor-guides / coding-guidelines / coding-guidelines-yang.rst
index 3e333a0bf379d29b2eef50eb00e3632f2ec8d4e7..19095c27c9a39c801ebe667acb9fda36f9b7c2f4 100644 (file)
@@ -10,8 +10,8 @@ Coding Guidelines for YANG
    JDK 9 is on track to making underscores forbidden in identifiers, which means
    we will need to map them and it is not going to be pleasant :-(
 -  Each declaration needs to have either a description or a reference to a
-   defintion document (like an IETF draft)
--  Use typedefs to declare concepts. An UUID is typeless, so each instance
+   definition document (like an IETF draft)
+-  Use ``typedefs`` to declare concepts. An UUID is typeless, so each instance
    should have its scope, so we know its applicability domain.
    'type string' should only be used to things like free-form comments and
    similar. Please attach a 'units' statement whenever possible.