Update docs/getting-started/contributors.md

Signed-off-by: Johan Haals <johan.haals@gmail.com>

Co-authored-by: Adam Harvey <adaharve@cisco.com>
This commit is contained in:
Johan Haals
2021-10-07 16:23:06 +02:00
committed by GitHub
parent 888b970498
commit c3b29843b2
+1 -1
View File
@@ -193,7 +193,7 @@ getEntity is now a function that returns a Promise.
**BREAKING** The getEntity function now returns a Promise and **must** be awaited from now on.
```
### Changes to code should include a diff of the files that needs updating
### Changes to code should include a diff of the files that need updating
#### Bad