Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Apr 18, 2024
1 parent 88374ec commit 2bc73e2
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion application/bg/components.texy
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ services:
Накрая ще използваме тази фабрика в нашия презентатор:

```php
class PollPresenter extends Nette\UI\Application\Presenter
class PollPresenter extends Nette\Application\UI\Presenter
{
public function __construct(
private PollControlFactory $pollControlFactory,
Expand Down
2 changes: 1 addition & 1 deletion application/cs/components.texy
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ services:
a nakonec ji použijeme v našem presenteru:

```php
class PollPresenter extends Nette\UI\Application\Presenter
class PollPresenter extends Nette\Application\UI\Presenter
{
public function __construct(
private PollControlFactory $pollControlFactory,
Expand Down
2 changes: 1 addition & 1 deletion application/de/components.texy
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ services:
Schließlich werden wir diese Fabrik in unserem Präsentator verwenden:

```php
class PollPresenter extends Nette\UI\Application\Presenter
class PollPresenter extends Nette\Application\UI\Presenter
{
public function __construct(
private PollControlFactory $pollControlFactory,
Expand Down
2 changes: 1 addition & 1 deletion application/el/components.texy
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ services:
Τέλος, θα χρησιμοποιήσουμε αυτό το εργοστάσιο στον παρουσιαστή μας:

```php
class PollPresenter extends Nette\UI\Application\Presenter
class PollPresenter extends Nette\Application\UI\Presenter
{
public function __construct(
private PollControlFactory $pollControlFactory,
Expand Down
2 changes: 1 addition & 1 deletion application/en/components.texy
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ services:
Finally, we will use this factory in our presenter:

```php
class PollPresenter extends Nette\UI\Application\Presenter
class PollPresenter extends Nette\Application\UI\Presenter
{
public function __construct(
private PollControlFactory $pollControlFactory,
Expand Down
2 changes: 1 addition & 1 deletion application/es/components.texy
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ services:
Por último, vamos a utilizar esta fábrica en nuestro presentador:

```php
class PollPresenter extends Nette\UI\Application\Presenter
class PollPresenter extends Nette\Application\UI\Presenter
{
public function __construct(
private PollControlFactory $pollControlFactory,
Expand Down
2 changes: 1 addition & 1 deletion application/fr/components.texy
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ services:
Enfin, nous allons utiliser cette fabrique dans notre présentateur :

```php
class PollPresenter extends Nette\UI\Application\Presenter
class PollPresenter extends Nette\Application\UI\Presenter
{
public function __construct(
private PollControlFactory $pollControlFactory,
Expand Down
2 changes: 1 addition & 1 deletion application/hu/components.texy
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ services:
Végül ezt a gyárat fogjuk használni a prezenterünkben:

```php
class PollPresenter extends Nette\UI\Application\Presenter
class PollPresenter extends Nette\Application\UI\Presenter
{
public function __construct(
private PollControlFactory $pollControlFactory,
Expand Down
2 changes: 1 addition & 1 deletion application/it/components.texy
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ services:
Infine, utilizzeremo questo factory nel nostro presenter:

```php
class PollPresenter extends Nette\UI\Application\Presenter
class PollPresenter extends Nette\Application\UI\Presenter
{
public function __construct(
private PollControlFactory $pollControlFactory,
Expand Down
2 changes: 1 addition & 1 deletion application/pl/components.texy
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ services:
i w końcu użyć go w naszym prezenterze:

```php
class PollPresenter extends Nette\UI\Application\Presenter
class PollPresenter extends Nette\Application\UI\Presenter
{
public function __construct(
private PollControlFactory $pollControlFactory,
Expand Down
2 changes: 1 addition & 1 deletion application/pt/components.texy
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ services:
Finalmente, utilizaremos esta fábrica em nosso apresentador:

```php
class PollPresenter extends Nette\UI\Application\Presenter
class PollPresenter extends Nette\Application\UI\Presenter
{
public function __construct(
private PollControlFactory $pollControlFactory,
Expand Down
2 changes: 1 addition & 1 deletion application/ro/components.texy
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ services:
În cele din urmă, vom utiliza această fabrică în prezentatorul nostru:

```php
class PollPresenter extends Nette\UI\Application\Presenter
class PollPresenter extends Nette\Application\UI\Presenter
{
public function __construct(
private PollControlFactory $pollControlFactory,
Expand Down
2 changes: 1 addition & 1 deletion application/ru/components.texy
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ services:
Наконец, мы будем использовать эту фабрику в нашем презентере:

```php
class PollPresenter extends Nette\UI\Application\Presenter
class PollPresenter extends Nette\Application\UI\Presenter
{
public function __construct(
private PollControlFactory $pollControlFactory,
Expand Down
2 changes: 1 addition & 1 deletion application/sl/components.texy
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ services:
Na koncu bomo to tovarno uporabili v našem predstavitvenem programu:

```php
class PollPresenter extends Nette\UI\Application\Presenter
class PollPresenter extends Nette\Application\UI\Presenter
{
public function __construct(
private PollControlFactory $pollControlFactory,
Expand Down
2 changes: 1 addition & 1 deletion application/tr/components.texy
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ services:
Son olarak, bu fabrikayı sunucumuzda kullanacağız:

```php
class PollPresenter extends Nette\UI\Application\Presenter
class PollPresenter extends Nette\Application\UI\Presenter
{
public function __construct(
private PollControlFactory $pollControlFactory,
Expand Down
2 changes: 1 addition & 1 deletion application/uk/components.texy
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ services:
Нарешті, ми будемо використовувати цю фабрику в нашому презентері:

```php
class PollPresenter extends Nette\UI\Application\Presenter
class PollPresenter extends Nette\Application\UI\Presenter
{
public function __construct(
private PollControlFactory $pollControlFactory,
Expand Down

0 comments on commit 2bc73e2

Please sign in to comment.