Skip to content

Commit ec5aa2b

Browse files
committed
Fix numbered list
1 parent 7176b16 commit ec5aa2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/the-new-architecture/pillars.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ For the sake of this guide we're going to use the following **terminology**:
2626
The next sections contain an high-level overview of the pillars, together with the steps to create them. To create one of these pillars, the steps are:
2727

2828
1. Define a JavaScript specification using Flow or TypeScript.
29-
2. Configure the dependencies management system to generate code from the provided spec.
30-
3. Implement the Native code.
31-
4. Integrate the code in the app.
29+
1. Configure the dependencies management system to generate code from the provided spec.
30+
1. Implement the Native code.
31+
1. Integrate the code in the app.
3232

3333
Finally, we dive a little deeper into the [Codegen](pillars-codegen) process that is required to create all the C++ types and files used by our components, including some useful steps to work comfortably while developing the component.
3434

0 commit comments

Comments
 (0)