Browse Source

Merge pull request #218 from dali99/patch-1

Fix Typo (Fixes #217)
Richard Littauer 8 years ago
parent
commit
0211cfb1ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ROADMAP.md

+ 1 - 1
ROADMAP.md

@@ -707,7 +707,7 @@ The js-ipfs effort is the javascript implementation of IPFS. It is meant to run
 
 ### IPFS directly on the Browsers
 
-As a protocol for the web, the ultiamte goal of IPFS is to run directly in the browsers. We are achieving this through a four-step plan:
+As a protocol for the web, the ultimate goal of IPFS is to run directly in the browsers. We are achieving this through a four-step plan:
 
 - (1) Implement IPFS in any language, and use a js-ipfs-api library to delegate commands to an IPFS API (e.g. go-ipfs running on localhost). This already works today, and many applications already exist leveraging IPFS in the browser this way.
 - (2) Implement IPFS in javascript, and use js-ipfs directly in the browser tab. This is in progress today.