Documentation typo in 'Notification QML Type' in SDK

Under heading of remoteActions : list<variant>

Notification {
 remoteAction: [ {        // <------should be remoteActions, not remoteAction
    "name": "default"
 }, {
    "name": "extraAction",
    "displayName": "Extra action (no callback)"
 } ]

}