From 7365309346ae805293d349fe006d3898eba138de Mon Sep 17 00:00:00 2001 From: Tanay Pant <7481165+tanay1337@users.noreply.github.com> Date: Mon, 23 Aug 2021 10:50:57 +0200 Subject: [PATCH] :hammer: Minor improvements to breaking changes (#2115) --- packages/cli/BREAKING-CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/BREAKING-CHANGES.md b/packages/cli/BREAKING-CHANGES.md index 61701bb718..03f23cab4d 100644 --- a/packages/cli/BREAKING-CHANGES.md +++ b/packages/cli/BREAKING-CHANGES.md @@ -6,7 +6,7 @@ This list shows all the versions which include breaking changes and how to upgra ### What changed? -The in-node core methods for credentials and binary data changed. +The in-node core methods for credentials and binary data have changed. ### When is action necessary? @@ -14,7 +14,7 @@ If you are using custom n8n nodes. ### How to upgrade: -1. The method `this.getCredentials(myNodeCredentials)` is now asyn. So `await` has to be added in front of it. +1. The method `this.getCredentials(myNodeCredentials)` is now async. So `await` has to be added in front of it. Example: