Skip to content

Commit

Permalink
chore(docs): Fix options in Store-Devtools options example (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjgf authored and brandonroberts committed Jan 15, 2018
1 parent b597172 commit d73989e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/store-devtools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { environment } from '../environments/environment'; // Angular CLI enviro
StoreModule.forRoot(reducers),
// Instrumentation must be imported after importing StoreModule (config is optional)
StoreDevtoolsModule.instrument({
maxAge: 25 // Retains last 25 states,
maxAge: 25, // Retains last 25 states
logOnly: environment.production // Restrict extension to log-only mode
})
]
Expand Down

0 comments on commit d73989e

Please sign in to comment.