Skip to content

Commit be8445f

Browse files
committed
extending docs example error
1 parent dcf4868 commit be8445f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extending.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Ex.
7171
```js
7272
angular.module('myAddOnModule', ['schemaForm']).config(function(schemaFormDecoratorsProvider, sfBuilderProvider) {
7373

74-
schemaFormProvider.defineAddOn(
74+
schemaFormDecoratorsProvider.defineAddOn(
7575
'bootstrapDecorator', // Name of the decorator you want to add to.
7676
'awesome', // Form type that should render this add-on
7777
'templates/my/addon.html', // Template name in $templateCache

0 commit comments

Comments
 (0)