Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

docs: fix typo #422

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ For complex objects, `parentView` and `context` will be used to lookup any conte

Retrieves the stringified representation of the marshal data set. Generally this does not need to be called explicitly as an `onEmit` handler will ensure that the data is output for the client exec.

### destory *Thorax.ServerMarshal.destroy($el)*
### destroy *Thorax.ServerMarshal.destroy($el)*

Removes any marshal data that may be associated with a given element.

Expand Down