Skip to content

Commit

Permalink
Merge pull request #3886 from amiedes/patch-1
Browse files Browse the repository at this point in the history
Fix typo in docs
  • Loading branch information
amercader committed Oct 26, 2017
2 parents 6fe11e5 + 688e210 commit 6012f41
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 6012f41

Please sign in to comment.