Skip to content

Commit 89a5ba3

Browse files
authored
Merge pull request #553 from trent-s/dev
Documentation: "it's" is used incorrectly several times
2 parents 0b092c9 + 5f0ed0c commit 89a5ba3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ By knowing the carbon emissions of the energy that powers your applications, you
1818
* Using data to run hypothetical models to understand how you could start driving impact and reduce emissions, drive business cases for change, and create a greener future.
1919

2020

21-
Within the [Green Software Foundations Theory of Change](https://greensoftware.foundation/articles/theory-of-change), we look at 3 pillars, that being **Knowledge**, **Tech Culture**, and **Tooling** as focus areas to drive this change. The Carbon Aware SDK at it's core sits firmly in the **Tooling** pillar, and also supports the other pillars, providing **Knowledge** through emissions data to inform change, and being core enabler for the **Tech Culture** for building carbon aware software.
21+
Within the [Green Software Foundations Theory of Change](https://greensoftware.foundation/articles/theory-of-change), we look at 3 pillars, that being **Knowledge**, **Tech Culture**, and **Tooling** as focus areas to drive this change. The Carbon Aware SDK at its core sits firmly in the **Tooling** pillar, and also supports the other pillars, providing **Knowledge** through emissions data to inform change, and being core enabler for the **Tech Culture** for building carbon aware software.
2222

2323
Companies including UBS and Vestas have already deployed the Carbon Aware SDK to build greener software, and you can too!
2424

casdk-docs/docs/architecture/data-sources.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ handle these calls, only the data source should have access to, and knowledge
2323
of, that client.
2424

2525
- For example, the WattTimeDataSource has a reference to a private
26-
WattTimeClient within it's implementation. The WattTimeClient handles the HTTP
26+
WattTimeClient within its implementation. The WattTimeClient handles the HTTP
2727
GET/POST calls to WattTime and the data source invokes the client once it has
2828
processed the request, and then processes the response before returning a
2929
final result.
@@ -82,7 +82,7 @@ dotnet add package Microsoft.Extensions.DependencyInjection
8282

8383
Each new data source should extend from a generic data source interface. A data
8484
source interface defines all the parameters and functions that any data source
85-
that falls under it's purview must define/implement. By defining the interface,
85+
that falls under its purview must define/implement. By defining the interface,
8686
it allows the SDK to switch between the set of data sources seamlessly because
8787
they all share the same input functions and output types.
8888

0 commit comments

Comments
 (0)