diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-06-29 17:13:42 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-06-29 17:13:42 -0400 |
commit | ad913864977f04b6005723f83397d35d74b33c74 (patch) | |
tree | 5e8e3e2069d446356c558959a162d0ddbe1ca488 | |
parent | ada64b8ec96ccccc8b0af129cb63e49917b7f43f (diff) |
remove dangling commas
-rw-r--r-- | book.json | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,14 +4,14 @@ }, "plugins" : [ "anchors", - "toolbar", "edit-link", + "etoc", "forkmegithub", "git-author", "hints", "numbered-headings", - "etoc", "terminal", + "toolbar" ], "pluginsConfig": { "edit-link": { |