Skip to content

Commit 4abaee7

Browse files
authored
Change JsonIodocsWriter to JSONIodocsWriter
1 parent a81456b commit 4abaee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec_api_documentation/writers/json_iodocs_writer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module RspecApiDocumentation
44
module Writers
5-
class JsonIodocsWriter < Writer
5+
class JSONIodocsWriter < Writer
66
attr_accessor :api_key
77
delegate :docs_dir, :to => :configuration
88

0 commit comments

Comments
 (0)