Skip to content

Commit

Permalink
Merge pull request #307 from netlify/typo-fix
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
DavidWells committed Apr 25, 2019
2 parents fdee12b + 9437ec4 commit dd7080d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/commands/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ If you use nested dependencies, be sure to populate the nested node_modules as p
```
project/
├── functions
│ ├── finctionName/
│ ├── functionName/
│ │ ├── functionName.js (Note the folder and the function name need to match)
│ │ ├── package.json
│ │ └── node_modules/
Expand Down
2 changes: 1 addition & 1 deletion src/commands/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ If you use nested dependencies, be sure to populate the nested node_modules as p
\`\`\`
project/
├── functions
│ ├── finctionName/
│ ├── functionName/
│ │ ├── functionName.js (Note the folder and the function name need to match)
│ │ ├── package.json
│ │ └── node_modules/
Expand Down

0 comments on commit dd7080d

Please sign in to comment.