From 0150648126e1af9481c5911c9f16a53fb290ba40 Mon Sep 17 00:00:00 2001 From: Doug A Date: Sat, 8 Aug 2020 11:25:10 -0400 Subject: [PATCH] small typo fix small typo fix --- docs/core-api/FILES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core-api/FILES.md b/docs/core-api/FILES.md index 875782f7ff..4d5b2d9b16 100644 --- a/docs/core-api/FILES.md +++ b/docs/core-api/FILES.md @@ -200,7 +200,7 @@ const file = { content: 'ABC' } -const result of await ipfs.add(content) +const result = await ipfs.add(content) console.info(result)