Skip to content

Commit a69e17c

Browse files
update README.md
- fixed grammar
1 parent 3f98006 commit a69e17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ You can download the PDF and Epub version of this repository from the latest run
913913
**[⬆ Back to Top](#table-of-contents)**
914914
915915
31. ### What is a custom pipe?
916-
Apart from built-inn pipes, you can write your own custom pipe with the below key characteristics,
916+
Apart from built-in pipes, you can write your own custom pipe with the below key characteristics:
917917
1. A pipe is a class decorated with pipe metadata **@Pipe** decorator, which you import from the core Angular library
918918
For example,
919919
```javascript

0 commit comments

Comments
 (0)