@farming-labs/docs 0.0.33-beta.1 → 0.0.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/index.mjs +1 -1
- package/package.json +1 -1
package/dist/cli/index.mjs
CHANGED
|
@@ -2158,7 +2158,7 @@ async function init(options = {}) {
|
|
|
2158
2158
|
}
|
|
2159
2159
|
const entryPath = entry.trim() || defaultEntry;
|
|
2160
2160
|
const enableI18n = await p.confirm({
|
|
2161
|
-
message: "Do you want to scaffold internationalized docs
|
|
2161
|
+
message: "Do you want to scaffold internationalized docs ?",
|
|
2162
2162
|
initialValue: false
|
|
2163
2163
|
});
|
|
2164
2164
|
if (p.isCancel(enableI18n)) {
|