diff --git a/docs_app/content/6-to-7-change-summary.md b/docs_app/content/6-to-7-change-summary.md index 2fbc593b67..6bd300cd24 100644 --- a/docs_app/content/6-to-7-change-summary.md +++ b/docs_app/content/6-to-7-change-summary.md @@ -382,7 +382,7 @@ This document contains a detailed list of changes between RxJS 6.x and RxJS 7.x, ### zipWith, concatWith, mergeWith, raceWith -- Simply renamed versions of the operators `zip`, `concat`, `mergeWith`, and `race`. So we can deprecate those old names and use the new names without collisions. +- Simply renamed versions of the operators `zip`, `concat`, `merge`, and `race`. So we can deprecate those old names and use the new names without collisions. # module `rxjs/ajax`