Skip to content

Commit b5a6e1c

Browse files
committed
fixed more typos for modfinder chapter
1 parent ca00cb1 commit b5a6e1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modfinder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Chapter 2 - [How to get the list of supported protein modifications](supported-p
2525

2626
Chapter 3 - [How to identify protein modifications in a structure](identify-protein-modifications.md)
2727

28-
Chapter 4 - [How to define a new protein modiifcation](add-protein-modification.md)
28+
Chapter 4 - [How to define a new protein modification](add-protein-modification.md)
2929

3030
## Please cite
3131

modfinder/add-protein-modification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
How to define a new protein modifcation?
1+
How to define a new protein modification?
22
===
33

44
The protmod module automatically loads [a list of protein modifications](supported-protein-modifications.md) into the protein modification registry. In case you have a protein modification that is not preloaded, it is possible to define it by yourself and add it into the registry.
@@ -84,7 +84,7 @@ ProteinModificationXmlReader.registerProteinModificationFromXml(fis);
8484
Navigation:
8585
[Home](../README.md)
8686
| [Book 6: The ModFinder Modules](README.md)
87-
| Chapter 4 - How to define a new protein modifcation
87+
| Chapter 4 - How to define a new protein modification
8888

8989
Prev: [Chapter 3 : How to identify protein modifications in a structure](identify-protein-modifications.md)
9090

0 commit comments

Comments
 (0)