Skip to content

Commit

Permalink
chore: update docs/site/pages/concepts/controllers.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Yoofi Quansah <[email protected]>
  • Loading branch information
GeorgeMac and yquansah authored Oct 12, 2023
1 parent cc272dd commit 9f936b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/site/pages/concepts/controllers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ sequenceDiagram

Write requests on the other hand are a little more complicated.
In this scenario, the filesystem abstraction passed to a Controller can handle writes.
The API server which builds the implementation of the filesystem, will do so over a worktree on a new branch.
In Git's case, the API server which builds the implementation of the filesystem, will do so over a worktree on a new branch.
Ultimately, the server will add, commit and push changes made by the controller to the configured upstream.
Once the branch is pushed, it will also open a pull request and return to the caller a URL for where to find it.

Expand Down

0 comments on commit 9f936b7

Please sign in to comment.