Skip to content

Commit

Permalink
minor doc tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 5, 2014
1 parent 0aeb44f commit 22404d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writing-a-plugin/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('gulp-prefixer', function() {
var assert = require('assert');
var es = require('event-stream');
var File = require('vinyl');
var prefixer = require('../index');
var prefixer = require('../');

describe('gulp-prefixer', function() {
describe('in buffer mode', function() {
Expand Down

0 comments on commit 22404d3

Please sign in to comment.