Skip to content

Commit

Permalink
Update migrating-5.md
Browse files Browse the repository at this point in the history
Remove sentence with missing link per #538.
  • Loading branch information
Rand McKinney committed Jan 6, 2016
1 parent eda5ae6 commit 2b103e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/guide/migrating-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ If you use any of these methods or properties in your app, it will crash. So, yo

Express 5 no longer supports the `app.del()` function. If you use this function an error is thrown. For registering HTTP DELETE routes, use the `app.delete()` function instead.

Initially `del` was used instead of `delete`, because `delete` is a reserved keyword in JavaScript. However, as of ECMAScript 6, `delete` and other reserved keywords can legally be used as property names. You can read the discussion that led to the deprecation of the `app.del` function here.
Initially `del` was used instead of `delete`, because `delete` is a reserved keyword in JavaScript. However, as of ECMAScript 6, `delete` and other reserved keywords can legally be used as property names.

<h4 id="app.param">app.param(fn)</h4>

Expand Down

0 comments on commit 2b103e4

Please sign in to comment.