We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e89a34 commit 45d93d1Copy full SHA for 45d93d1
packages/policygen/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "policygen",
3
- "version": "0.5.1",
+ "version": "0.5.2",
4
"description": "A CLI tool to generate policies",
5
"bin": {
6
"policygen": "./dist/index.js"
packages/policygen/src/commands/init.ts
@@ -382,7 +382,7 @@ export const initCommand = new Command("init")
382
type: "confirm",
383
name: "userContentLicense",
384
message:
385
- "Do you assign yourself a license of user uploaded conten?",
+ "Do you assign yourself a license of user uploaded content?",
386
default: defaultTermsConfig.userContentLicense,
387
},
388
0 commit comments