Skip to content

Commit 858081d

Browse files
docs: add missing curly braces (#41882)
Co-authored-by: Sharra-writes <[email protected]>
1 parent ebe91d9 commit 858081d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/actions/tutorials/publish-packages/publish-nodejs-packages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ If you do provide the `repository` key in your `package.json` file, then the rep
114114
"type": "git",
115115
"url": "https://github.com/octocat/my-other-repo.git"
116116
},
117+
}
117118
```
118119

119120
### Authenticating to the destination repository

0 commit comments

Comments
 (0)