Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
slushnys authored and dougmoscrop committed Oct 23, 2020
1 parent 2cafb78 commit 6f8e4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ This plugin is not a substitute for fine-grained services - try to limit the siz

If you create a file in the root of your Serverless project called `stacks-map.js` this plugin will load it.

This file can customize migrations, either by exporting a simple map of resource type to migration, or a function that ca have whatever logic you want.
This file can customize migrations, either by exporting a simple map of resource type to migration, or a function that can have whatever logic you want.

```javascript
module.exports = {
Expand Down

0 comments on commit 6f8e4f9

Please sign in to comment.