From 2e4c0d605d6015ea60f306a0a4970a7413d7e7cf Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 21 Jan 2016 11:19:59 +0100 Subject: grammar / typos --- dev-wallet-wx.rst | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'dev-wallet-wx.rst') diff --git a/dev-wallet-wx.rst b/dev-wallet-wx.rst index 2fdc7252..a458ebae 100644 --- a/dev-wallet-wx.rst +++ b/dev-wallet-wx.rst @@ -8,13 +8,12 @@ Introduction The WebExtensions Wallet (*wxwallet*) can be used to pay with GNU Taler on web sites from within modern web browsers. The `WebExtensions -`_ API interface that enables the -development cross-browser extensions. Google Chrome / Chromium, Mozilla -Firefox, Opera and Microsoft Edge will all offer support for WebExtensions in -the future. +`_ API enables the development of +cross-browser extensions. Google Chrome / Chromium, Mozilla Firefox, Opera and +Microsoft Edge will all offer support for WebExtensions and thus be able to support Taler. -Currently Chrome hast the best support for WebExtensions (since the API is a superset -of Chrome's extension API). +Currently Chrome hast the best support for WebExtensions (since the API is a +superset of Chrome's extension API). ----------------------- Development Environment @@ -147,5 +146,5 @@ run with `mochajs `_ and the `better-assert