Skip to content

Commit dd261eb

Browse files
authored
Merge pull request #52 from krkxone/patch-1
[Fix Typo] Update app-architecture.md
2 parents 1b09a35 + a628e6f commit dd261eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intro/before-you-begin/app-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Before you jump in and start using FlutterFlow, it's helpful to have an idea of
88

99
Traditionally, developing an app required writing a lot of code. You can think of code as a set of instructions for the computer, or device, executing the code.
1010

11-
The codebase is usually dividied up into two pieces: instructions for the frontend, and instructions for the backend.
11+
The codebase is usually divided up into two pieces: instructions for the frontend, and instructions for the backend.
1212

1313
# Frontend vs Backend
1414

0 commit comments

Comments
 (0)