Skip to content

Commit 03cae4e

Browse files
Fix typo in Web API template option description (#37780)
1 parent cf5d3ce commit 03cae4e

File tree

1 file changed

+1
-1
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/.template.config

1 file changed

+1
-1
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
"type": "parameter",
292292
"datatype": "bool",
293293
"defaultValue": "false",
294-
"description": "Whether to use mininmal APIs instead of controllers."
294+
"description": "Whether to use minimal APIs instead of controllers."
295295
},
296296
"Framework": {
297297
"type": "parameter",

0 commit comments

Comments
 (0)