taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 2e4c0d605d6015ea60f306a0a4970a7413d7e7cf
parent 79a494159be7d73889be40d0b16acd7881f4ee73
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu, 21 Jan 2016 11:19:59 +0100

grammar / typos

Diffstat:
Mdev-wallet-wx.rst | 13++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)

diff --git 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 -<https://wiki.mozilla.org/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. +<https://wiki.mozilla.org/WebExtensions>`_ 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 <http://mochajs.org/>`_ and the `better-assert <https://github library. Run the default test suite with ``npm run test``, which will -call `moch` with the right parameters. +call `mocha` with the right parameters.