Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Capitalize Object
  • Loading branch information
Matt Carroll committed Aug 7, 2019
commit a97dea664dbb54139df92bfd8c8bfa473ee54c73
2 changes: 1 addition & 1 deletion packages/utils/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export function sprintf(format: string, ...args: any[]): string {
* Callbacks will receive an object argument with the following properties:
* - url {string}
* - httpVerb {string}
* - params {object}
* - params {Object}
*
* OPTIMIZELY_CONFIG_UPDATE: This Optimizely instance has been updated with a new
* config
Expand Down