Skip to content

Commit 92c3af2

Browse files
committed
fix: typos in messages, README, and bug report template
1 parent 4bc04a4 commit 92c3af2

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ NOTICE: While GitHub is the preferred channel for reporting issues/feedback, thi
88
-->
99

1010
<!--
11-
FOR BUGS RELATED TO THE SALEFORCE CLI, please use this repository: https://github.com/forcedotcom/cli/issues
11+
FOR BUGS RELATED TO THE SALESFORCE CLI, please use this repository: https://github.com/forcedotcom/cli/issues
1212
-->
1313

1414
### Summary

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
**NOTE: This template for sf plugins is not yet offical. Please consult with the Platform CLI team before using this template.**
1+
**NOTE: This template for sf plugins is not yet official. Please consult with the Platform CLI team before using this template.**
22

3-
# plugin-template-sf
3+
# plugin-sobject
44

5-
[![NPM](https://img.shields.io/npm/v/@salesforce/plugin-template-sf.svg?label=@salesforce/plugin-template-sf)](https://www.npmjs.com/package/@salesforce/plugin-template-sf) [![Downloads/week](https://img.shields.io/npm/dw/@salesforce/plugin-template-sf.svg)](https://npmjs.org/package/@salesforce/plugin-template-sf) [![License](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](https://opensource.org/license/apache-2-0)
5+
[![NPM](https://img.shields.io/npm/v/@salesforce/plugin-sobject.svg?label=@salesforce/plugin-sobject)](https://www.npmjs.com/package/@salesforce/plugin-sobject) [![Downloads/week](https://img.shields.io/npm/dw/@salesforce/plugin-sobject.svg)](https://npmjs.org/package/@salesforce/plugin-sobject) [![License](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](https://opensource.org/license/apache-2-0)
66

77
## Using the template
88

@@ -49,7 +49,7 @@ We always recommend using the latest version of these commands bundled with the
4949
## Install
5050

5151
```bash
52-
sf plugins install @salesforce/plugin-template-sf@x.y.z
52+
sf plugins install @salesforce/plugin-sobject@x.y.z
5353
```
5454

5555
## Issues
@@ -81,7 +81,7 @@ To build the plugin locally, make sure to have yarn installed and run the follow
8181

8282
```bash
8383
# Clone the repository
84-
git clone git@github.com:salesforcecli/plugin-template-sf
84+
git clone git@github.com:salesforcecli/plugin-sobject
8585

8686
# Install the dependencies and compile
8787
yarn && yarn build

messages/generate.field.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The directory that contains the object's source files.
1818

1919
# flags.object.description
2020

21-
The object source files in your local project are grouped in a directoy with the same name as the object. Custom object names always end in "__c". An example of the object directory for the Account standard object is "force-app/main/default/objects/Account" An example custom object directory is "force-app/main/default/objects/MyObject__c"
21+
The object source files in your local project are grouped in a directory with the same name as the object. Custom object names always end in "__c". An example of the object directory for the Account standard object is "force-app/main/default/objects/Account" An example custom object directory is "force-app/main/default/objects/MyObject__c"
2222

2323
If you don't specify this flag, the command prompts you to choose from your local objects.
2424

0 commit comments

Comments
 (0)