Skip to content

Commit

Permalink
clean up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stacey-gammon committed Dec 30, 2016
1 parent 1701b9c commit bc2b9b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/public/courier/saved_object/saved_object.js
Expand Up @@ -288,8 +288,8 @@ export default function SavedObjectFactory(esAdmin, kbnIndex, Promise, Private,

/**
* @typedef {Object} SaveOptions
* @property {boolean} confirmOverwrite=false - If true, attempts to create the source so it
* can confirm an overwrite if a document with the id already exists. Defaults to false.
* @property {boolean} confirmOverwrite - If true, attempts to create the source so it
* can confirm an overwrite if a document with the id already exists.
*/

/**
Expand Down

0 comments on commit bc2b9b1

Please sign in to comment.