Merge pull request #1392 from dbowling/patch-1

Fix typo under Private heading of definitions
This commit is contained in:
Thijs Louisse 2021-05-21 10:47:08 +02:00 committed by GitHub
commit e03d0ae80b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ class SoccerPlayer {
## Private
Methods and properties are protected when they contain two underscores or are explicitly marked as private in the code. They can be only used within the class where they are defined (developers of Lion components).
Methods and properties are private when they contain two underscores or are explicitly marked as private in the code. They can be only used within the class where they are defined (developers of Lion components).
```js
class SoccerPlayer {