Skip to content

Commit fb0f142

Browse files
authored
Change JsonWriter to JSONWriter
1 parent 4abaee7 commit fb0f142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec_api_documentation/writers/json_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 JsonWriter < Writer
5+
class JSONWriter < Writer
66
delegate :docs_dir, :to => :configuration
77

88
def write

0 commit comments

Comments
 (0)