Skip to content

Commit 9e02e5b

Browse files
committed
Tweaks
1 parent 8bc359d commit 9e02e5b

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

LICENSE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ b. You may Distribute or Publicly Perform an Adaptation only under the terms of:
195195
(i) this License; (ii) a later version of this License with the same License
196196
Elements as this License; (iii) a Creative Commons jurisdiction license (either
197197
this or a later license version) that contains the same License Elements as this
198-
License (e.g., Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons
198+
License (e.g. Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons
199199
Compatible License. If you license the Adaptation under one of the licenses
200200
mentioned in (iv), you must comply with the terms of that license. If you
201201
license the Adaptation under the terms of any of the licenses mentioned in (i),
@@ -221,15 +221,15 @@ Collections, You must, unless a request has been made pursuant to Section 4(a),
221221
keep intact all copyright notices for the Work and provide, reasonable to the
222222
medium or means You are utilizing: (i) the name of the Original Author (or
223223
pseudonym, if applicable) if supplied, and/or if the Original Author and/or
224-
Licensor designate another party or parties (e.g., a sponsor institute,
224+
Licensor designate another party or parties (e.g. a sponsor institute,
225225
publishing entity, journal) for attribution ("Attribution Parties") in
226226
Licensor's copyright notice, terms of service or by other reasonable means, the
227227
name of such party or parties; (ii) the title of the Work if supplied; (iii) to
228228
the extent reasonably practicable, the URI, if any, that Licensor specifies to
229229
be associated with the Work, unless such URI does not refer to the copyright
230230
notice or licensing information for the Work; and (iv) , consistent with Section
231231
3(b), in the case of an Adaptation, a credit identifying the use of the Work in
232-
the Adaptation (e.g., "French translation of the Work by Original Author," or
232+
the Adaptation (e.g. "French translation of the Work by Original Author," or
233233
"Screenplay based on original Work by Original Author"). The credit required by
234234
this Section 4(c) may be implemented in any reasonable manner; provided,
235235
however, that in the case of a Adaptation or Collection, at a minimum such

best_practices.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Configuration
8181
Use Environment Variables for Infrastructure Configuration
8282
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8383

84-
The values of these options change from one machine to another (e.g., from your
84+
The values of these options change from one machine to another (e.g. from your
8585
development machine to the production server), but they don't modify the
8686
application behavior.
8787

@@ -271,7 +271,7 @@ Templates
271271
Use Snake Case for Template Names and Variables
272272
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
273273

274-
Use lowercase snake_case for template names, directories, and variables (e.g.,
274+
Use lowercase snake_case for template names, directories, and variables (e.g.
275275
``user_profile`` instead of ``userProfile`` and ``product/edit_form.html.twig``
276276
instead of ``Product/EditForm.html.twig``).
277277

@@ -280,7 +280,7 @@ Prefix Template Fragments with an Underscore
280280

281281
Template fragments, also called *"partial templates"*, allow to
282282
:ref:`reuse template contents <templates-reuse-contents>`. Prefix their names
283-
with an underscore to better differentiate them from complete templates (e.g.,
283+
with an underscore to better differentiate them from complete templates (e.g.
284284
``_user_metadata.html.twig`` or ``_caution_message.html.twig``).
285285

286286
Forms
@@ -361,7 +361,7 @@ Define a Single Firewall
361361
~~~~~~~~~~~~~~~~~~~~~~~~
362362

363363
Unless you have two legitimately different authentication systems and users
364-
(e.g., form login for the main site and a token system for your API only), it's
364+
(e.g. form login for the main site and a token system for your API only), it's
365365
recommended to have only one firewall to keep things simple.
366366

367367
Additionally, you should use the ``anonymous`` key under your firewall. If you

contributing/code/security.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ score for Impact is capped at 6. Each area is scored between 0 and 4.*
152152
on an end-users system, or the server that it runs on? (0-4)
153153
* Availability: Is the availability of a service or application affected? Is
154154
it reduced availability or total loss of availability of a service /
155-
application? Availability includes networked services (e.g., databases) or
155+
application? Availability includes networked services (e.g. databases) or
156156
resources such as consumption of network bandwidth, processor cycles, or
157157
disk space. (0-4)
158158

translation.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -724,10 +724,10 @@ configure the ``providers`` option:
724724
725725
.. tip::
726726

727-
If you use Lokalise as provider and a locale format following the `ISO 639-1`_ (e.g., "en" or "fr"),
727+
If you use Lokalise as provider and a locale format following the `ISO 639-1`_ (e.g. "en" or "fr"),
728728
you have to set the `Custom Language Name setting`_ in Lokalise for each of your locales,
729729
in order to override the default value (which follow the `ISO 639-1`_ succeeded by a sub-code
730-
in capital letters that specifies the national variety (e.g., "GB" or "US" according to `ISO 3166-1 alpha-2`_)).
730+
in capital letters that specifies the national variety (e.g. "GB" or "US" according to `ISO 3166-1 alpha-2`_)).
731731

732732
Pushing and Pulling Translations
733733
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)