@@ -18,15 +18,15 @@ Table of Contents
1818 * [ Add a custom board] ( #add-a-custom-board )
1919 * [ Board specific files (pinmap)] ( #board-specific-files-pinmap )
2020 * [ Use of custom_targets.json] ( #use-of-custom_targetsjson )
21- * [ Make you custom board public] ( #make-you-custom-board-public )
21+ * [ Make your custom board public] ( #make-you-custom-board-public )
2222 * [ ST specific implementation] ( #st-specific-implementation )
2323 * [ Pin configuration] ( #pin-configuration )
2424 * [ Alternate feature] ( #alternate-feature )
2525 * [ Conflict pins] ( #conflict-pins )
2626 * [ Clock selection] ( #clock-selection )
2727 * [ System clock] ( #system-clock )
2828 * [ Low power clock] ( #low-power-clock )
29- * [ I2C TIming calculation algorothm ] ( #i2c-timing-calculation-algorothm )
29+ * [ I2C Timing calculation algorithm ] ( #i2c-timing-calculation-algorithm )
3030 * [ Sleep feature] ( #sleep-feature )
3131 * [ WiFi configuration] ( #wifi-configuration )
3232 * [ Ethernet configuration] ( #ethernet-configuration )
@@ -334,9 +334,9 @@ $ mv TARGET_STM32H745ZIT TARGET_H745ZI_BOARD
334334```
335335
336336
337- ### Make you custom board public
337+ ### Make your custom board public
338338
339- We will be happy to add every public boards in https://github.com/ARMmbed/stm32customtargets
339+ We will be happy to add every public board in https://github.com/ARMmbed/stm32customtargets
340340
341341Make a Pull request, we will check consistency and build.
342342
@@ -428,7 +428,7 @@ You can change this in you local mbed_app.json:
428428}
429429```
430430
431- #### I2C TIming calculation algorothm
431+ #### I2C Timing calculation algorithm
432432
433433I2C drivers version 2 use I2C timing register.
434434
0 commit comments