Skip to content

Commit

Permalink
Merge pull request #1089 from stephenwade/patch-1
Browse files Browse the repository at this point in the history
Fix "not not" typo
  • Loading branch information
Arthur Evans authored Oct 12, 2020
2 parents 408b00f + 5f796cf commit 79fac08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_guide/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Typically, you initialize property values in the element constructor.

When using decorators, you can initialize the property value as part of the declaration (equivalent to setting the value in the constructor).

You may want to defer initializing a property if the value is expensive to compute and is not not required for the initial render of your component. This is a fairly rare case.
You may want to defer initializing a property if the value is expensive to compute and is not required for the initial render of your component. This is a fairly rare case.

### Initialize property values in the element constructor {#initialize-constructor}

Expand Down

0 comments on commit 79fac08

Please sign in to comment.