owncloud / docs-client-desktop

ownCloud Desktop Client Documentation
https://doc.owncloud.com
5 stars 6 forks source link

Fix command typo in generate-index.js #598

Closed mmattel closed 3 months ago

mmattel commented 3 months ago

console.warning(err) --> console.warn(err) :man_facepalming:

Backport to 5.2

mmattel commented 3 months ago

If it is a backport to 5.2, shouldn't it target 5.2? Or master is correct?

This is not a backport but I state that a backport to a branch is necessary. All changes go into master by default and are backported to any respective branch if required.