Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoMagrassi authored and gcanti committed Sep 2, 2020
1 parent 23d2d5c commit ff665b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/modules/Platform.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ Added in v0.5.0

## Program (interface)

Program`is just an object that exposes the underlying streams which compose _The Elm Architecture_. Even **Commands** and **Subscriptions** are expressed as`Observables` in order to mix them with ease.
`Program` is just an object that exposes the underlying streams which compose _The Elm Architecture_.
Even **Commands** and **Subscriptions** are expressed as `Observables` in order to mix them with ease.

**Signature**

Expand Down
2 changes: 1 addition & 1 deletion src/Platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export interface Dispatch<Msg> {
}

/**
* Program` is just an object that exposes the underlying streams which compose _The Elm Architecture_.
* `Program` is just an object that exposes the underlying streams which compose _The Elm Architecture_.
* Even **Commands** and **Subscriptions** are expressed as `Observables` in order to mix them with ease.
* @category model
* @since 0.5.0
Expand Down

0 comments on commit ff665b0

Please sign in to comment.