Skip to content

Commit 78c6cfe

Browse files
committed
Merge branch 'config-string' of https://github.com/seal90/dapr-docs into config-string
2 parents 0b599d8 + 7334560 commit 78c6cfe

17 files changed

Lines changed: 868 additions & 341 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,9 @@ Continue with the [Run local server](#run-local-server) steps.
7676
git submodule update --init --recursive
7777
```
7878

79-
1. Navigate back to the repository root and install npm packages:
79+
1. Install the npm packages:
8080

8181
```sh
82-
cd ..
8382
npm install
8483
```
8584

daprdocs/content/en/developing-applications/building-blocks/bindings/howto-bindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ func main() {
242242

243243
{{% /tab %}}
244244

245-
{{% tab "JavaScript%}}" %}}
245+
{{% tab "JavaScript" %}}
246246

247247
```javascript
248248
//dependencies

0 commit comments

Comments
 (0)