File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ export class GraphQLDocumentor extends Command<Flags, Params> {
111111 assets
112112 . forEach ( asset => output . info ( 'use asset' , path . relative ( process . cwd ( ) , asset ) ) ) ;
113113
114- // Ensure Ourput directory
114+ // Ensure Output directory
115115 output . info ( 'output directory' , path . relative (
116116 process . cwd ( ) ,
117117 projectPackageJSON . graphqldoc . output )
@@ -121,7 +121,7 @@ export class GraphQLDocumentor extends Command<Flags, Params> {
121121 projectPackageJSON . graphqldoc . force
122122 ) ;
123123
124- // Create Ourput directory
124+ // Create Output directory
125125 await createBuildDirectory (
126126 projectPackageJSON . graphqldoc . output ,
127127 projectPackageJSON . graphqldoc . template ,
@@ -132,6 +132,7 @@ export class GraphQLDocumentor extends Command<Flags, Params> {
132132 const partials : Partials = await this . getTemplatePartials (
133133 projectPackageJSON . graphqldoc . template
134134 ) ;
135+
135136 // Render index.html
136137 output . info ( 'render' , 'index' ) ;
137138 await this . renderFile (
You can’t perform that action at this time.
0 commit comments