Skip to content

Commit 01f0541

Browse files
diberrysoftchris
andauthored
Update articles/javascript/sdk/test-sdk-integration.md
Co-authored-by: chris <noringc@gmail.com>
1 parent eff4992 commit 01f0541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/javascript/sdk/test-sdk-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The purpose of the preceding test is to ensure that the work done by `someTestFu
104104

105105
### Fakes
106106

107-
Fakes: Substitute in functionality that you wouldn't normally use in production, such as an in-memory database instead of a cloud database.
107+
Fakes substitute a functionality that you wouldn't normally use in production, such as using an in-memory database instead of a cloud database.
108108

109109
:::code language="TypeScript" source="~/../node-essentials/unit-testing/src/fakes/fake-in-mem-db.spec.ts" :::
110110

0 commit comments

Comments
 (0)