Skip to content

Commit

Permalink
Fix variable name in example (#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmelve committed May 29, 2019
1 parent 11d5a38 commit cdb23e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@sanity/block-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import blockTools from '@sanity/block-tools'


// Start with compiling a schema we can work against
const schema = Schema.compile({
const defaultSchema = Schema.compile({
name: 'myBlog',
types: [
{
Expand Down

0 comments on commit cdb23e3

Please sign in to comment.