docs: fix abstractions typo

This commit is contained in:
siiky 2022-05-13 16:52:10 +01:00 committed by Jorropo
parent 7892cc91f9
commit a72753bade

View File

@ -390,7 +390,7 @@ We also support the use of protocol names of the form /x/$NAME/http where $NAME
## FUSE
FUSE makes it possible to mount `/ipfs` and `/ipns` namespaces in your OS,
allowing argitrary apps access to IPFS using a subset of filesystem abstracitons.
allowing argitrary apps access to IPFS using a subset of filesystem abstractions.
It is considered EXPERIMENTAL due to limited (and buggy) support on some platforms.