From 1064e9e4aab6b1741b6e5e3d2c1209386d87f550 Mon Sep 17 00:00:00 2001 From: Nicholas Weist <104579319+AspiringIT@users.noreply.github.com> Date: Wed, 26 Nov 2025 12:38:48 -0600 Subject: [PATCH] Fix typo in Storage.md documentation --- docs/Storage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Storage.md b/docs/Storage.md index 8770fe2..0aff80a 100644 --- a/docs/Storage.md +++ b/docs/Storage.md @@ -2,11 +2,11 @@ this file is about where your stored files will appear on your ipfs node ## How to find your files on IPFS -If you want to get the files in your connected directory. Type the followqing to get a list of all files & directories. +If you want to get the files in your connected directory. Type the following to get a list of all files & directories. Where `{directory}` is the directory you entered in the `Subfolder` in the settings. `ipfs files ls /{directory}` To get the hash of a file you can use -`ipfs files stat /{directory}/{filename}` \ No newline at end of file +`ipfs files stat /{directory}/{filename}`