diff --git a/index.js b/index.js
index ee69ec70..fd70ae55 100644
--- a/index.js
+++ b/index.js
@@ -177,7 +177,7 @@ class SvgUri extends Component{
return {childs};
case 'path':
componentAtts = this.obtainComponentAtts(node, PATH_ATTS);
- return {childs};
+ return {childs};
case 'circle':
componentAtts = this.obtainComponentAtts(node, CIRCLE_ATTS);
return {childs};