Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
amiedes committed Oct 26, 2017
1 parent 8e15378 commit 688e210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/extensions/adding-custom-fields.rst
Expand Up @@ -62,7 +62,7 @@ Adding custom fields to datasets

Create a new plugin named ``ckanext-extrafields`` and create a class named
``ExampleIDatasetFormPlugins`` inside
``ckanext-extrafields/ckanext/extrafields/plugins.py`` that implements the
``ckanext-extrafields/ckanext/extrafields/plugin.py`` that implements the
``IDatasetForm`` interface and inherits from ``SingletonPlugin`` and
``DefaultDatasetForm``.

Expand Down

0 comments on commit 688e210

Please sign in to comment.