Skip to content

Commit 45d93d1

Browse files
committed
fix: typo
1 parent 1e89a34 commit 45d93d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/policygen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "policygen",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "A CLI tool to generate policies",
55
"bin": {
66
"policygen": "./dist/index.js"

packages/policygen/src/commands/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ export const initCommand = new Command("init")
382382
type: "confirm",
383383
name: "userContentLicense",
384384
message:
385-
"Do you assign yourself a license of user uploaded conten?",
385+
"Do you assign yourself a license of user uploaded content?",
386386
default: defaultTermsConfig.userContentLicense,
387387
},
388388
{

0 commit comments

Comments
 (0)