@@ -174,8 +174,8 @@ LogStruct::ErrorHandlingMode::Raise # Always raise errors`}
174174 Adding Sorbet to Your Application
175175 </ h2 >
176176 < p className = "text-neutral-600 dark:text-neutral-400 mb-4" >
177- To fully utilize LogStruct' s type safety features, you should add Sorbet
178- to your application:
177+ To fully utilize LogStruct' s type safety features, you should add
178+ Sorbet to your application:
179179 </ p >
180180
181181 < div className = "rounded-lg bg-neutral-100 p-4 dark:bg-neutral-900" >
@@ -203,7 +203,7 @@ bundle exec srb init`}
203203
204204 < h2 className = "text-2xl font-bold mt-10 mb-4" > Benefits of Type Safety</ h2 >
205205 < p className = "text-neutral-600 dark:text-neutral-400 mb-4" >
206- Using LogStruct' s typed structures provides several benefits:
206+ Using LogStruct' s typed structures provides several benefits:
207207 </ p >
208208
209209 < ul className = "list-disc list-inside space-y-2 text-neutral-600 dark:text-neutral-400" >
@@ -223,8 +223,7 @@ bundle exec srb init`}
223223 </ h2 >
224224 < p className = "text-neutral-600 dark:text-neutral-400 mb-4" >
225225 LogStruct installs appropriate error handlers for Sorbet type checking
226- errors, following the "fail hard in development, fail soft in
227- production" philosophy:
226+ errors.
228227 </ p >
229228
230229 < div className = "rounded-lg bg-neutral-100 p-4 dark:bg-neutral-900" >
@@ -254,8 +253,8 @@ end`}
254253 Creating Custom Log Structures
255254 </ h2 >
256255 < p className = "text-neutral-600 dark:text-neutral-400 mb-4" >
257- You can create your own typed log structures by extending LogStruct's
258- base classes:
256+ You can create your own typed log structures by extending
257+ LogStruct's base classes:
259258 </ p >
260259
261260 < div className = "rounded-lg bg-neutral-100 p-4 dark:bg-neutral-900" >
0 commit comments