gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant-backoffice] 01/22: fix typo: s/connect/connects/


From: gnunet
Subject: [taler-merchant-backoffice] 01/22: fix typo: s/connect/connects/
Date: Sat, 22 May 2021 12:29:10 +0200

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository merchant-backoffice.

commit ba8eef0db29c4fe872a0988fc2fd3b2a7b76f816
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Sat May 22 06:17:21 2021 -0400

    fix typo: s/connect/connects/
---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index b737762..f53e8a1 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 ## Merchant Admin Frontend
 
-Merchant Admin Frontend is a Single Page Application (SPA) that connect with a 
running Merchant Backend and lets you manage instances, order, products and 
tipping
+Merchant Admin Frontend is a Single Page Application (SPA) that connects with 
a running Merchant Backend and lets you manage instances, order, products and 
tipping
 
 ## System requirements
 
@@ -22,7 +22,7 @@ into `.npmrc` file in your home folder.
 Check the requirements and run `./bootstrap` and `./configure`
 
 ```shell
-./bootstrap 
+./bootstrap
 ./configure
 ```
 
@@ -36,7 +36,7 @@ By default the installation prefix will be `/var/www/html` 
but it can be overrid
 
 ## Running develop
 
-To run a development server run 
+To run a development server run
 
 ```shell
 make dev
@@ -77,10 +77,10 @@ Result will be placed at 
`packages/frontend/single/index.html`
 
 *   `make compile`: Installs dependencies and compile with typescript
 
-*   `make dev`: Run a development, HMR server. The application will 
automatically refresh 
+*   `make dev`: Run a development, HMR server. The application will 
automatically refresh
      every time a file is edited
 
-*   `make build`: Production-ready build into the `./build` directory. Print 
bundle size 
+*   `make build`: Production-ready build into the `./build` directory. Print 
bundle size
      information and compare its with previous build using the 
`size-plugin.json` file.
 
 *   `make serve`: build and serves the content, useful to test the result.
@@ -108,4 +108,4 @@ Result will be placed at 
`packages/frontend/single/index.html`
 
 *   Date-fns: library for manipulating javascript date
 
-*   messageformat: ICU MessageFormat for Javascript, with support for .po and 
.mo files 
+*   messageformat: ICU MessageFormat for Javascript, with support for .po and 
.mo files

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]