docs(alter-ego): fix typo

This commit is contained in:
davhojt 2022-09-19 22:52:47 +03:00 committed by Dav Hojt
parent fb0b19c3b5
commit 2dac643de9
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ const user = {
}
```
#### Adding a new properperty
#### Adding a new property
```js
user.name = 'Martin' // we add a name to our user