Skip to content

Commit 2a5d6a7

Browse files
committed
Minor copy edits for @trupin's post
1 parent 0f54d8c commit 2a5d6a7

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

_data/authors.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,8 @@ nakulpathak3:
120120
121121
ajhofmann:
122122
name: Adam Hofmann
123-
github: ajhofmann
123+
github: ajhofmann
124+
125+
trupin:
126+
name: Theo Rupin
127+
github: trupin

_posts/2021-03-16-introducing-lucid-a-swift-library-for-building-robust-data-flows.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ team: iOS Engineering
1212

1313
Lucid is a Swift library which provides a series of convenient tools for building robust data layers for applications.
1414

15-
We built it at Scribd with three main ideas in mind:
15+
We built it with three main ideas in mind:
1616

1717
- **Declarative**: Lucid makes it easy to declare complex data models and provides the tools to use it with plain Swift code.
1818
- **Modularity**: Use the technologies which suits your data flow the best. Lucid gives you the infrastructure to seamlessly integrate the stack you want to use.
@@ -75,4 +75,8 @@ If you like Lucid, you might like other open source projects we developed at Scr
7575

7676
### Can I contribute?
7777

78-
You are more than welcome to contribute to Lucid. You can open a PR or file tickets on [Github](https://github.com/scribd/Lucid). Please refer to our [contributions guidelines](https://github.com/scribd/Lucid/blob/master/CONTRIBUTING.md) before doing so.
78+
You are more than welcome to contribute to Lucid. You can open a PR or file issues on [Github](https://github.com/scribd/Lucid). Please refer to our [contributions guidelines](https://github.com/scribd/Lucid/blob/master/CONTRIBUTING.md) before doing so.
79+
80+
81+
If you're interested in building great mobile applications with us check out our
82+
[careers page](/careers/#open-positions)!

0 commit comments

Comments
 (0)