Skip to content

Commit 032aa18

Browse files
Update README.md
added skipped decorator
1 parent 72ce091 commit 032aa18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ You can download the PDF and Epub version of this repository from the latest run
605605
}
606606
}
607607
```
608-
4. **Parameter decorators** Used for parameters inside class constructors, e.g. @Inject, Optional
608+
4. **Parameter decorators** Used for parameters inside class constructors, e.g. @Inject, @Optional
609609
```typescript
610610
import { Component, Inject } from '@angular/core';
611611
import { MyService } from './my-service';
@@ -4691,4 +4691,4 @@ You can download the PDF and Epub version of this repository from the latest run
46914691
export class AppModule {}
46924692
```
46934693
4694-
**[⬆ Back to Top](#table-of-contents)**
4694+
**[⬆ Back to Top](#table-of-contents)**

0 commit comments

Comments
 (0)