This is an automated email from the ASF dual-hosted git repository.

lostluck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 8f12469ce3b Drop stray ` (#27571)
8f12469ce3b is described below

commit 8f12469ce3b930a0f019f20a7ba21352ec786741
Author: Brett Morgan <brett.mor...@gmail.com>
AuthorDate: Thu Jul 20 10:02:54 2023 +1000

    Drop stray ` (#27571)
---
 playground/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/playground/README.md b/playground/README.md
index 6f69a59d055..ec324a1bb7d 100644
--- a/playground/README.md
+++ b/playground/README.md
@@ -45,7 +45,7 @@ build, test, and deploy the frontend and backend services.
 
     **Ubuntu 22.04 and newer:**
     ```shell
-    sudo apt install golang`
+    sudo apt install golang
     ```
 
     **Other Linux variants:** Follow manual at https://go.dev/doc/install
@@ -224,4 +224,4 @@ Several directories in this repository are used for the 
Beam Playground project.
 
 # Contribution guide
 - Backend: see [backend/README.md](/playground/backend/README.md) and 
[backend/CONTRIBUTE.md](/playground/backend/CONTRIBUTE.md)
-- Frontend: see [frontend/README.md](/playground/frontend/README.md) and 
[frontend/CONTRIBUTE.md](/playground/frontend/CONTRIBUTE.md)
\ No newline at end of file
+- Frontend: see [frontend/README.md](/playground/frontend/README.md) and 
[frontend/CONTRIBUTE.md](/playground/frontend/CONTRIBUTE.md)

Reply via email to