Skip to content

Commit 924c040

Browse files
docs: fix typos
1 parent fc44726 commit 924c040

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

GOVERNANCE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ To join the stakeholders, you must be part of one of the groups described above.
169169
Partners are individuals or companies that are financially contributing to the platform’s Open Collective organization,
170170
in exchange for a pre-established set of benefits, mainly the ability to vote during stakeholder meetings.
171171

172-
To join the stakeholders group as Partner, it's just needed that you setup a monthy donation via Open Collective with any of
172+
To join the stakeholders group as Partner, it's just needed that you setup a monthly donation via Open Collective with any of
173173
following partnership tiers:
174174

175175
- **Supporter ($10/month)**: Doesn’t guarantee access to a partnership program.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[![Open Source Helpers](https://www.codetriage.com/solidusio/solidus/badges/users.svg)](https://www.codetriage.com/solidusio/solidus)
1515
[![Slack](https://shields.io/badge/slack-start_chatting-blue?logo=slack)](http://slack.solidus.io)
1616

17-
**A free, open-source ecommerce platform that gives you complete control over your store.**
17+
**A free, open-source e-commerce platform that gives you complete control over your store.**
1818

1919
- **Visit our website**: [https://solidus.io/](https://solidus.io/)
2020
- **Read our Community Guidelines**: [https://guides.solidus.io/policies/community-guidelines/](https://guides.solidus.io/policies/community-guidelines/)
@@ -53,7 +53,7 @@ Support this project by becoming a Solidus Ambassador. Your logo will show up he
5353

5454
## Summary
5555

56-
Solidus is a complete open source ecommerce solution built with Ruby on Rails.
56+
Solidus is a complete open source e-commerce solution built with Ruby on Rails.
5757
It is a fork of [Spree](https://spreecommerce.org).
5858

5959
See the [Solidus class documentation](http://docs.solidus.io) and the [Solidus
@@ -69,7 +69,7 @@ Solidus consists of several gems. When you require the `solidus` gem in your
6969
- [`solidus_sample`](https://github.com/solidusio/solidus/tree/master/sample) (Sample data)
7070

7171
All of the gems are designed to work together to provide a fully functional
72-
ecommerce platform. However, you may only want to use the
72+
e-commerce platform. However, you may only want to use the
7373
[`solidus_core`](https://github.com/solidusio/solidus/tree/master/core) gem
7474
combine it with your own custom frontend, admin interface, and API.
7575

admin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Solidus Admin
22

3-
A Rails engine that provides an administrative interface to the Solidus ecommerce platform.
3+
A Rails engine that provides an administrative interface to the Solidus e-commerce platform.
44

55
## Overview
66

admin/docs/components.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
Components are the main building blocks of the admin interface. They are implemented as ViewComponents and are rendered directly by controllers.
44

5-
The following documentation assumes familiariry with ViewComponents. If you are not please refer to the [ViewComponent documentation](https://viewcomponent.org/guide/).
5+
The following documentation assumes familiarity with ViewComponents. If you are not please refer to the [ViewComponent documentation](https://viewcomponent.org/guide/).
66

77
There are two types of components:
88

9-
- **UI components** are the building blocks of the interface. Tipically, they are small components that are used to build more complex components and are generic enough to be reused in various contexts. UI components are located under the `app/components/solidus_admin/ui` folder.
9+
- **UI components** are the building blocks of the interface. Typically, they are small components that are used to build more complex components and are generic enough to be reused in various contexts. UI components are located under the `app/components/solidus_admin/ui` folder.
1010
- **Page components** are the primary components rendered by the controllers. Generally, they are full-page components rendered directly by the controllers. They are located under the `app/components/solidus_admin` directory following the naming convention of the controller and action names they are used in. For example `app/components/solidus_admin/orders/index/component.rb` is the component that is rendered by the `SolidusAdmin::OrdersController#index` action.
1111

1212
## Generating components

admin/docs/stimulusjs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This project uses [StimulusJS](https://stimulusjs.org) to add interactivity to the admin interface.
44

5-
## Using ther `stimulus_id` helper
5+
## Using the `stimulus_id` helper
66

77
All JavaScript files are imported using `import-maps`, eliminating the need for compilation.
88

core/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary
22
------
3-
Solidus Core provides the essential ecommerce data models upon which the
3+
Solidus Core provides the essential e-commerce data models upon which the
44
Solidus system depends.
55

66
Core models

promotions/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ end
3232

3333
### Types of Benefits
3434

35-
The new Solidus Promotions Systems ships with three benefit types: `AdjustLineItem`, `AdjustShipment` and `CreateDiscountedItem`. To allow more efficient processing of returns and reduce the complexity for bookkeping and support departmentes fixed discount to all line items in an order can now be given through the `AdjustLineItem` benefit through the `DistributedAmount` calculator significantly reducing amministration issues with refunds.
35+
The new Solidus Promotions Systems ships with three benefit types: `AdjustLineItem`, `AdjustShipment` and `CreateDiscountedItem`. To allow more efficient processing of returns and reduce the complexity for bookkeping and support departments fixed discount to all line items in an order can now be given through the `AdjustLineItem` benefit through the `DistributedAmount` calculator significantly reducing administration issues with refunds.
3636

3737
#### `AdjustLineItem`
3838

0 commit comments

Comments
 (0)