Skip to content

Commit

Permalink
Update append_json_writer.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
EugZol authored Apr 8, 2020
1 parent 81e5c56 commit 102aebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rspec_api_documentation/writers/append_json_writer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def self.clear_docs(docs_dir)
end
end

class AppendJsonIndex < JsonIndex
class AppendJsonIndex < JSONIndex
def initialize(index, configuration, existing_index_hash = nil)
@index = index
@configuration = configuration
Expand Down

0 comments on commit 102aebf

Please sign in to comment.