Skip to content

Commit 36f44c9

Browse files
committedSep 10, 2020
Update some terminology based on AlexJS reports
1 parent 42740dd commit 36f44c9

File tree

85 files changed

+251
-239
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+251
-239
lines changed
 

Diff for: ‎.alexrc

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"allow": [
3+
"attack",
4+
"attacks",
5+
"bigger",
6+
"color",
7+
"colors",
8+
"failure",
9+
"hook",
10+
"hooks",
11+
"host-hostess",
12+
"invalid",
13+
"remain",
14+
"special"
15+
]
16+
}

Diff for: ‎bundles.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ Creating a Bundle
4545
-----------------
4646

4747
This section creates and enables a new bundle to show there are only a few steps required.
48-
The new bundle is called AcmeTestBundle, where the ``Acme`` portion is just a
49-
dummy name that should be replaced by some "vendor" name that represents you or
50-
your organization (e.g. ABCTestBundle for some company named ``ABC``).
48+
The new bundle is called AcmeTestBundle, where the ``Acme`` portion is a dummy
49+
name that should be replaced by some "vendor" name that represents you or your
50+
organization (e.g. ABCTestBundle for some company named ``ABC``).
5151

5252
Start by creating a ``src/Acme/TestBundle/`` directory and adding a new file
5353
called ``AcmeTestBundle.php``::

0 commit comments

Comments
 (0)
Please sign in to comment.