Skip to content

Commit

Permalink
Update spelling of "analysed" to "analyzed" (#7200)
Browse files Browse the repository at this point in the history
  • Loading branch information
szakarias authored Nov 17, 2023
1 parent f4b556d commit 720319b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/lib/frontend/templates/views/pkg/score_tab.dart
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ d.Node _toolEnvInfoNode(List<_ToolVersionInfo> values) {
return d.p(
classes: ['tool-env-info'],
children: [
d.text('Analysed with '),
d.text('Analyzed with '),
...nodes,
d.text('.'),
],
Expand Down
2 changes: 1 addition & 1 deletion app/test/frontend/golden/pkg_score_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ <h3>
</div>
</div>
<p class="tool-env-info">
Analysed with Pana
Analyzed with Pana
<code>%%pana-version%%</code>
, Dart
<code>%%stable-dart-version%%</code>
Expand Down
2 changes: 1 addition & 1 deletion app/test/task/testdata/goldens/packages/oxygen/score.html
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ <h3>
</div>
</div>
<p class="tool-env-info">
Analysed with Pana
Analyzed with Pana
<code>%%pana-version%%</code>
, Dart
<code>%%stable-dart-version%%</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ <h3>
</div>
</div>
<p class="tool-env-info">
Analysed with Pana
Analyzed with Pana
<code>%%pana-version%%</code>
, Dart
<code>%%stable-dart-version%%</code>
Expand Down

0 comments on commit 720319b

Please sign in to comment.