Browse Source

Fix Typo (Fixes #217)

Daniel Løvbrøtte Olsen 8 năm trước cách đây
mục cha
commit
e9ee5e5cfd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.