From 8230fcc0ee69273e197c3a60fc563a66e915b782 Mon Sep 17 00:00:00 2001 From: Chad Ostrowski <221614+chadoh@users.noreply.github.com> Date: Mon, 20 Jun 2022 11:39:52 -0400 Subject: [PATCH] add missing comma --- src/counter/admin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/counter/admin.md b/src/counter/admin.md index 8d86e77..a87da18 100644 --- a/src/counter/admin.md +++ b/src/counter/admin.md @@ -14,7 +14,7 @@ First, notice on the top left that you have a login button and a list of view me Clicking on [`get_num`](https://raen.dev/admin/#/counter.raendev.testnet/GetNum) will immediately call the view method since it has no arguments. -You can also notice that the comment from the code is displayed helping to describe the method. +You can also notice that the comment from the code is displayed, helping to describe the method. ![Get Num](images/get_num.png)