Skip to content

Commit 2550bf2

Browse files
committed
[Fix] Misprint
1 parent 31e97b3 commit 2550bf2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<!-- all-shields/header-badges:END -->
88

9-
Create your npm library with this friendly boilerplate. Use this respository as template for your new node library/module
9+
Create your npm library with this user friendly boilerplate. Use this respository as template for your new node library/module
1010

1111
This is a [github template](https://github.blog/2019-06-06-generate-new-repositories-with-repository-templates/), you can fork it or [use as template](https://github.com/ptkdev-boilerplate/node-module-boilerplate/generate) for start new project with this repository as hello-world. I hate start new project with empty template, often i missing correct configuration, readme instruction or i need of samples of code. Use this repository as template solve this problem.
1212

app/types/module.interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Node Module (Library) Boilerplate
33
* =====================
44
*
5-
* Create your node module (library) with this friendly boilerplate. Use this respository as template for your new node library/module
5+
* Create your node module (library) with this user friendly boilerplate. Use this respository as template for your new node library/module
66
*
77
* @contributors: Patryk Rzucidło [@ptkdev] <[email protected]> (https://ptk.dev)
88
*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ptkdev/node-module-boilerplate",
33
"displayName": "Node NPM Library Boilerplate",
4-
"description": "Create your npm library with this friendly boilerplate. Use this respository as template for your new node library/module",
4+
"description": "Create your npm library with this user friendly boilerplate. Use this respository as template for your new node library/module",
55
"version": "2.0.6-nightly.0",
66
"main": "dist/functions/module.js",
77
"publishConfig": {

scripts/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const logger = new Logger();
111111
await replace({
112112
files: ["**/*", ".*", "**/.*"],
113113
ignore: ["node_modules/**/*", "setup.json", "package-lock.json", "scripts/setup.ts", ".all-contributorsrc"],
114-
from: /Create your npm library with this friendly boilerplate. Use this respository as template for your new node library\/module/g,
114+
from: /Create your npm library with this user friendly boilerplate. Use this respository as template for your new node library\/module/g,
115115
to: setup.description,
116116
});
117117
} catch (error) {

setup.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"package_name": "node-module-boilerplate",
33
"package_org": "@ptkdev",
44
"display_name": "Node NPM Library Boilerplate",
5-
"description": "Create your npm library with this friendly boilerplate. Use this respository as template for your new node library/module",
5+
"description": "Create your npm library with this user friendly boilerplate. Use this respository as template for your new node library/module",
66
"author": "Patryk Rzucidło [@ptkdev] <[email protected]> (https://ptk.dev)",
77
"author_markdown": "[Patryk Rzucidło](https://ptk.dev) ([@PTKDev](https://twitter.com/ptkdev)) <[[email protected]](mailto:[email protected])>",
88
"author_url": "https://ptk.dev",

0 commit comments

Comments
 (0)