diff --git a/doc/reference/templates.md b/doc/reference/templates.md index 51d828f37..fdac334b6 100644 --- a/doc/reference/templates.md +++ b/doc/reference/templates.md @@ -680,7 +680,7 @@ class MyComponent extends Component { mount(MyComponent, document.body); ``` -This function simply generates an unique string id, and register the template +This function simply generates a unique string id, and register the template under that id in the internals of Owl, then return the id. ## Rendering svg