Skip to content

Commit

Permalink
fixing links
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipskevin committed Jul 17, 2019
1 parent 0780dd2 commit 4cb5dbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/can-stache-element.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@package ../package.json
@outline 2

@description Create a custom element with [can-define-object ObservableObject]-like properties and [can-stache stache views].
@description Create a custom element with [can-observable-object ObservableObject]-like properties and [can-stache stache views].

@signature `StacheElement`

Expand All @@ -17,7 +17,7 @@
Extend `StacheElement` with a:

- `static view` - A [can-stache stache] view.
- `static props` - [can-define-object ObservableObject]-like property definitions.
- `static props` - [can-observable-object ObservableObject]-like property definitions.
- getters, setters, and methods.
- lifecycle hooks - [can-stache-element/lifecycle-hooks.connected] and [can-stache-element/lifecycle-hooks.disconnected].

Expand Down Expand Up @@ -112,7 +112,7 @@ The element's HTML will automatically update when any of the element's propertie

### Defining an element's properties

To manage the logic and state of an element, [can-define-object ObservableObject]-like property definitions can be added to explicitly configure how an element's properties are defined.
To manage the logic and state of an element, [can-observable-object ObservableObject]-like property definitions can be added to explicitly configure how an element's properties are defined.

To add property definitions, add a [can-stache-element/static.props static props] object to the class:

Expand Down

0 comments on commit 4cb5dbd

Please sign in to comment.