Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4bcc26d

Browse files
committedSep 15, 2015
Fix MK syntax
1 parent 4ceb03d commit 4bcc26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Basic Usage
4444
-----------
4545

4646
First, expose your schema, form, and model to the $scope.
47-
Don't forget to load the ``schemaForm` module.
47+
Don't forget to load the `schemaForm` module.
4848

4949
```javascript
5050
angular.module('myModule', ['schemaForm'])

0 commit comments

Comments
 (0)
Please sign in to comment.