소스 검색

Minor typo in module rating instructions

Bradford Condon 6 년 전
부모
커밋
a7056226b7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/extensions/module_rating.rst

+ 1 - 1
docs/extensions/module_rating.rst

@@ -28,7 +28,7 @@ Silver
     - TripalField class to add data to pages (Tripal3). (:doc:`Tutorial <../dev_guide/custom_field>`)
 - Provides ways to customize the module (e.g. drush options, field/formatter settings, admin UI).
 - Latest releases should follow Drupal naming best practices.
-    - e.g. first release for Drupal 7 should be: ``7.x-1.x``.
+    - e.g. first release for Drupal 7 should be: ``7.x-1.0``.
 
 Gold
 -----