Skip to content

Commit

Permalink
Fix "not not" typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwade authored Oct 11, 2020
1 parent 408b00f commit 5f796cf
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 5f796cf

Please sign in to comment.