We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3727835 commit 0ffaeddCopy full SHA for 0ffaedd
docs/project-data-api/PROJECT_DATA_API.md
@@ -198,7 +198,7 @@ your changes with API. Save method can be called with chaining.
198
Renderforest.getProjectData(15220886)
199
.then((projectDataInstance) =>
200
projectDataInstance.setMuteMusic(true)
201
- /// do some changes, then call save() method
+ // do some changes, then call save() method
202
.save()
203
)
204
.catch(console.error)
0 commit comments