Skip to content

Commit cd781a0

Browse files
Jiaming Youmeta-codesync[bot]
authored andcommitted
fix typos in Ruby README
Summary: Fix two spelling typos in the Ruby SDK README: `recoomended` -> `recommended` (two occurrences, in the Option 1 / Option 2 cookie-saving comments) and `framwork` -> `framework` (in the Sinatra quick-start note). Documentation-only; no code or example behavior changes. The other four language READMEs were checked and do not contain these typos. ___ Differential Revision: D107944727 fbshipit-source-id: b90b2a5e760ca9edce9913763656ad5982e2a8f9
1 parent 8ffd839 commit cd781a0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ruby/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Verify the SDK name and version.
3737
2. Install the capi_param_builder library, from above #Quick Start. Also install
3838
optional 3rd party library(sinatra, public_suffix) to run the demo.
3939

40-
2.1 sinatra. Install by running `gem install sinatra`. An easy web framwork.
40+
2.1 sinatra. Install by running `gem install sinatra`. An easy web framework.
4141

4242
2.2 (optional) public_suffix. Install by running `gem install public_suffix`. It
4343
will help resolve etld+1, if you'd prefer to use this option to get your etld+1
@@ -142,7 +142,7 @@ Option 1: Save the `cookies_to_be_updated` cookies from
142142

143143
```
144144
145-
# Get the recoomended saved cookie from step 4 above
145+
# Get the recommended saved cookie from step 4 above
146146
147147
cookies_to_be_updated = builder.process_request_from_context(request)
148148
@@ -162,7 +162,7 @@ response.
162162

163163
```
164164
165-
# Get the recoomended saved cookie from step 4 above
165+
# Get the recommended saved cookie from step 4 above
166166
167167
builder.process_request_from_context(request)
168168

0 commit comments

Comments
 (0)