diff --git a/docs/guides/principles/definitions-and-terms.md b/docs/guides/principles/definitions-and-terms.md index e292de2e4..f34127a5e 100644 --- a/docs/guides/principles/definitions-and-terms.md +++ b/docs/guides/principles/definitions-and-terms.md @@ -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 {