Turkish/03_Gun_Kurulum/03_kurulum.md:
- Fix broken relative link: '../03/../03_Day_Setting_Up/' -> '../../03_Day_Setting_Up/'
Turkish/06_Gun_Dizi_Haritalama/06_dizi_haritalama.md:
- Fix broken relative link: '../06_Day_Map_List_Keys/' -> '../../06_Day_Map_List_Keys/'
Turkish/02_Gun_Reacta_Giris/02_reacta_giris.md:
- Fix missing Turkish character: 'TEBRIKLER!' -> 'TEBRİKLER!'
Turkish/08_Gun_State/08_state.md:
- Remove unused 'const count = this.state.count' in cat/dog example
(state only has 'image', not 'count')
- Fix JSX attribute: 'class=' -> 'className=' on the Change button
Turkish/09_Gun_Kosullu_Render/09_kosullu_render.md:
- Fix undefined variable: 'techs={techs}' -> 'techs={this.state.techs}'
('techs' was not declared in render scope; it lives in this.state)
Turkish/10_Gun_Proje_Klasor_Yapisi/10_proje_klasor_yapisi.md:
- Fix missing closing quote in all 'import React from 'react' lines (6 places)
- Fix invalid syntax 'export default const App = ...' ->
'const App = ...; export default App'
- Fix JSX attribute: '<div class="country_text">' -> '<div className="country_text">'
- Remove 'this.state.backgroundColor' from render (field not defined in state)
- Fix typos in folder structure example:
'Forgotpassword.js' -> 'ForgotPassword.js'
'Resetpassord.js' -> 'ResetPassword.js'
'icnons' -> 'icons'
'- fonts' (bad indent) -> '-fonts'
- Fix Header component: destructure props.data instead of using
undeclared variables (welcome, title, etc.)
pull/439/head
parent
c9fe2e345f
commit
b41fab0c57
Loading…
Reference in new issue