diff --git a/website/blog/2018-05-23-1.13.0.md b/website/blog/2018-05-23-1.13.0.md index a972f688..b8a4e846 100644 --- a/website/blog/2018-05-23-1.13.0.md +++ b/website/blog/2018-05-23-1.13.0.md @@ -604,7 +604,7 @@ In Prettier 1.12 and earlier, if a file didn't have a `/** @prettier */` pragma #### Improve plugin resolution when path does not start with `./` ([#4451] by [@kachkaev]) -When passing `--prettier=path/to/plugin` Prettier 1.12 and earlier would crash because it looked for a `path/to/plugin` in `node_modules` folder. Prettier 1.13 will look in the current directory first and failing that will look in `node_modules`. +When passing `--plugin=path/to/plugin` Prettier 1.12 and earlier would crash because it looked for a `path/to/plugin` in `node_modules` folder. Prettier 1.13 will look in the current directory first and failing that will look in `node_modules`. #### Adding plugin interface for isBlockComment ([#4347] by [@mgrip])