diff --git a/draft/webxdc-dev-reference.md b/draft/webxdc-dev-reference.md
index 663b70d1a..e0efcbcc4 100644
--- a/draft/webxdc-dev-reference.md
+++ b/draft/webxdc-dev-reference.md
@@ -148,9 +148,9 @@ If no icon is set, a default icon will be used.
- `localStorage`, `sessionStorage`, `indexedDB` are okay to be used
- `visibilitychange`-events are okay to be used
-- `window.navigator.language` is okay to be used, on desktop, this is currently always "en-GB"
+- `window.navigator.language` is okay to be used, on desktop it is the system language
- `` and other internal links are okay to be used
-- ``-links are okay to be used
+- ``- mailto links are okay to be used
- `` usage is okay to be used
and useful esp. different webviews have different defaults
@@ -174,7 +174,7 @@ If no icon is set, a default icon will be used.
## Webxdc Examples
-The following example shows an input field and every input is show on all peers.
+The following example shows an input field and every input is show on all peers.
```html