Skip to content

Commit 74b07c4

Browse files
committed
Replacing BE with AE phrases
1 parent 6c4fce4 commit 74b07c4

5 files changed

Lines changed: 13 additions & 13 deletions

project-leader/01-introduction.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Take.
2929
But let us start with a brief example. Imagine you are building a lovely
3030
new music app. In order to understand how your users are interacting
3131
with the app you start collecting some interaction logs. Over time, you
32-
dig deeper when analysing those, feeding your learnings back into
32+
dig deeper when analyzing those, feeding your learnings back into
3333
development. Now, imagine another team bringing content into your
3434
application also has a few needs - they may want to reward content
3535
creators based on how many users they reached. So them, too they start
@@ -41,12 +41,12 @@ Make the changes themselves - with your help. Sure, that may be slower
4141
than if you had made the changes. But it will still be faster than
4242
waiting for you to get around to making the modifications.
4343

44-
In an ideal InnerSource organisation you can scale that up even further:
44+
In an ideal InnerSource organization you can scale that up even further:
4545
Remember the last time you had to make cross cutting concern
4646
modifications across your entire platform? When going the "put it into
4747
the backlog of each team" this often feels like it's dragging on
4848
forever. On the other hand, it speeds things up substantially to provide
4949
those teams with a patch that implements the modification. The
5050
complexity of modifications in that approach depends on the maturity of
51-
the organisation and the maintainability/modularity of the code
51+
the organization and the maintainability/modularity of the code
5252
produced.

project-leader/02-innersource-and-agile.asciidoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ value and maintain autonomy in a highly interconnected world.
66

77
=== Autonomous teams in an interconnected world
88

9-
Organisations try to deliver value to customers quickly. One common
9+
Organizations try to deliver value to customers quickly. One common
1010
cause for delays are dependencies in the delivery process. As a result
11-
organisations prefer cross functional teams covering customer
11+
organizations prefer cross functional teams covering customer
1212
communication, design, implementation, testing and operations thus
1313
eliminating costly handovers. To achieve high performance, teams
1414
eliminate waste and re-use existing components. From a team perspective
1515
each reused component adds another dependency outside of the control of
16-
that team. The negative side of this optimisation is clear: The team
16+
that team. The negative side of this optimization is clear: The team
1717
depends on another team if they need changes in the component used. To
1818
be able to implement those often lengthy roadmap discussions are
1919
scheduled, sometimes leading to the need to optimize detailed priorities
20-
globally. In complex situations as much as in large organisations this
20+
globally. In complex situations as much as in large organizations this
2121
leads to an increase in time needed to adjust to changing business
2222
needs. For very popular central components often there are so many
2323
requests coming in that one central component team runs out of capacity
@@ -123,7 +123,7 @@ collaboration. To avoid frequent disruption, host team members often
123123
need to intentionally plan their day more rigorously in InnerSource
124124
settings. Often it is simplest to set aside certain hours in the day or
125125
a day a week for mentoring contributions. Making that explicit at the
126-
team level takes a lot of pressure off the engineers trying to fulfil
126+
team level takes a lot of pressure off the engineers trying to fulfill
127127
their own team goals but also helping out contributors. Another
128128
challenge with pairing is that it allows pairs to move very quickly
129129
together - often at the expense of writing important information down
@@ -164,10 +164,10 @@ sticky notes on a whiteboard. In InnerSource, issue trackers serve for a
164164
conversation with the customer, but also for communication between
165165
members of a team of trusted committers and contributors working on one
166166
common InnerSource component. Issues in InnerSource become much more
167-
lengthy and wordy than in your average organisation. They also track the
167+
lengthy and wordy than in your average organization. They also track the
168168
implementation history and detailed design decisions for a change.
169169

170-
Code Reviews: In traditional organisations code reviews often serve
170+
Code Reviews: In traditional organizations code reviews often serve
171171
auditing purposes.
172172

173173
They are done when development is finished. In InnerSource code changes

project-leader/03-capacity-planning.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ simply help with reviews, new Trusted Committers can help with issue
7575
triage, mentoring new contributors and the like.
7676

7777
When faced with a lot of interest in contributions one additional factor
78-
to consider when prioritising mentoring help for contributors can be
78+
to consider when prioritizing mentoring help for contributors can be
7979
interest of the contributors in a long term relationship with the host
8080
team. The more time is needed for mentoring, the more likely it should
8181
be for contributors to stick around longer.

project-leader/05-shared-ownership.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
== Options for Shared Ownership
22

33
"If everyone owns it, nobody is accountable." Traditional
4-
organisations prefer to have a single point of contact in case of
4+
organizations prefer to have a single point of contact in case of
55
issues. On the other hand allowing simply everyone to make changes
66
surely will result in a mess that can no longer be maintained.
77

project-leader/06-relation-to-open-source.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ projects have processes set up to allow for sharing impact on the Open
1515
Source project. Understanding these governance levels means that
1616
deciding which open source project to use in house will take Open Source
1717
governance into consideration as well. A downstream user of an
18-
InnerSource project will have learnt to correctly evaluate the balance
18+
InnerSource project will have learned to correctly evaluate the balance
1919
between moving fast but being unable to influence a project vs. moving
2020
at a slower pace but being able to influence a project together.
2121

0 commit comments

Comments
 (0)