diff --git a/docs/docs/components/icon.md b/docs/docs/components/icon.md
index 38a71dab6..9aed4f0a8 100644
--- a/docs/docs/components/icon.md
+++ b/docs/docs/components/icon.md
@@ -434,7 +434,7 @@ The browser will load the sprite sheet once and then you reference the particula
registerIconLibrary({
name: 'sprite',
getUrl: name => `/assets/images/sprite.svg#${name}`,
- getMarkup: url => ``
+ getMarkup: url => ``
});
```