Documentation Windows App: Pre-Configuration and Silent Deployment has an error

In Redirect the config.json code is erroneous.

echo “useSpellChecker”: true
echo “showUnreadBadge”: true
should be
echo “useSpellChecker”: true,
echo “showUnreadBadge”: true

Thanks @VincentVegas for the note! I’ve submitted a fix for this.