We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f98006 commit a69e17cCopy full SHA for a69e17c
README.md
@@ -913,7 +913,7 @@ You can download the PDF and Epub version of this repository from the latest run
913
**[⬆ Back to Top](#table-of-contents)**
914
915
31. ### What is a custom pipe?
916
- Apart from built-inn pipes, you can write your own custom pipe with the below key characteristics,
+ Apart from built-in pipes, you can write your own custom pipe with the below key characteristics:
917
1. A pipe is a class decorated with pipe metadata **@Pipe** decorator, which you import from the core Angular library
918
For example,
919
```javascript
0 commit comments