Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Correct a tiny typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenba committed Aug 24, 2017
1 parent 6c350b3 commit d9b427d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/views-docs.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ This must export `app` (an Express application that will be mounted).
#### 4. The view (`view.js`):
This is shared between the server and the browser. It is a module that exports React components for the head and body. It has even handlers; these handlers should parse any input (e.g., extract the value of a form field), but to *do* anything they simply call `controller.onSomething(value)`.
This is shared between the server and the browser. It is a module that exports React components for the head and body. It has event handlers; these handlers should parse any input (e.g., extract the value of a form field), but to *do* anything they simply call `controller.onSomething(value)`.
This must export `HeadFactory` and `BodyFactory` (see `reactruntime.HeadTemplate` for how these should work).
Expand Down

0 comments on commit d9b427d

Please sign in to comment.