Procházet zdrojové kódy

Update docs/dev_guide/custom_field/custom_formatter.rst

Co-Authored-By: spficklin <spficklin@gmail.com>
Bradford Condon před 6 roky
rodič
revize
2ac2fd2618

+ 1 - 1
docs/dev_guide/custom_field/custom_formatter.rst

@@ -5,7 +5,7 @@ The third component of a field is the formatter.  Thus far we have introduced ho
 .. note::
   This guide assumes you already have your formatter class file created. For more information, see :doc:`manual_field_creation` or, :doc:`tripal_field_generator`. 
   
-The formatter class is the most simple of all the Tripal field classes.  Here we will again use the **obi__organism** field that come swith the ``tripal_chado`` module.  
+The formatter class is the simplest of all the Tripal field classes.  Here we will again use the **obi__organism** field that comes with the ``tripal_chado`` module.  
 
 The view() function.
 ~~~~~~~~~~~~~~~~~~~~