spelling
This commit is contained in:
parent
d37f0fe117
commit
5bc4395ff6
|
@ -91,7 +91,7 @@ Here we will finally proceed to a real life scenario. */
|
||||||
|
|
||||||
| Ok(includes) =>
|
| Ok(includes) =>
|
||||||
Belt.Array.forEach(includes, newIncludeName => {
|
Belt.Array.forEach(includes, newIncludeName => {
|
||||||
/* We have got one of the new incldues.
|
/* We have got one of the new includes.
|
||||||
Let's load it and add it to the project */
|
Let's load it and add it to the project */
|
||||||
let newSource = loadSource(newIncludeName)
|
let newSource = loadSource(newIncludeName)
|
||||||
Project.setSource(project, newIncludeName, newSource)
|
Project.setSource(project, newIncludeName, newSource)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user