Skip to content
Snippets Groups Projects
Unverified Commit 253e9d4d authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Fix a typo

parent 1d234a2a
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ export class PersonSelectDemo extends ScopedElementsMixin(DBPLitElement) { ...@@ -89,7 +89,7 @@ export class PersonSelectDemo extends ScopedElementsMixin(DBPLitElement) {
<div class="control"> <div class="control">
<dbp-person-select lang="${this.lang}" entry-point-url="${this.entryPointUrl}" show-reload-button reload-button-title="Click me"></dbp-person-select> <dbp-person-select lang="${this.lang}" entry-point-url="${this.entryPointUrl}" show-reload-button reload-button-title="Click me"></dbp-person-select>
</div> </div>
<p>This comonent doesn't get any notification about user's login and will become active.</p> <p>This component doesn't get any notification about user's login and will become active.</p>
</div> </div>
</form> </form>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment