From 3d68a4493d7dcc550a4c449490f5c950d00c27fc Mon Sep 17 00:00:00 2001 From: Ludwig <35169452+ludwigschubi@users.noreply.github.com> Date: Wed, 28 Apr 2021 16:25:55 +0200 Subject: [PATCH] docs: fix typo in readme (#3635) --- 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 1c587b704d..2c6ad68622 100644 --- a/docs/core-api/FILES.md +++ b/docs/core-api/FILES.md @@ -121,7 +121,7 @@ The regular, top-level API for add, cat, get and ls Files on IPFS ```js { - // The path you want to the file to be accessible at from the root CID _after_ it has been added + // The path you want the file to be accessible at from the root CID _after_ it has been added path?: string // The contents of the file (see below for definition) content?: FileContent